Skip to content

Commit

Permalink
tokenx: add pointer to token generator
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Aug 27, 2024
1 parent 94a9f09 commit 76aaacd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/auth/tokenx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ Once configured, your consumers can exchange a token with TokenX to [consume you
Your application code must verify inbound requests by validating the included tokens.

:dart: [**Learn how to secure your API with TokenX**](how-to/secure.md)

## Generate a token for development

In some cases, you want to locally develop and test against a secured API in the development environments.
You will need a token to access said API.

:dart: [**Learn how to generate a token for development**](how-to/generate.md)

0 comments on commit 76aaacd

Please sign in to comment.