Skip to content

Commit

Permalink
docs: add JWT-Standard format to token overview
Browse files Browse the repository at this point in the history
  • Loading branch information
dacongda committed Jul 14, 2024
1 parent 91c33f8 commit 89ceefb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/token/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ After logging into the application, there are three options to generate a JWT To
- `JWT`
- `JWT-Empty`
- `JWT-Custom`
- `JWT-Standard`

The options are as follows: JWT will generate a token containing all User fields, JWT-Empty will generate a token with all non-empty values for the user, and JWT-Custom will generate a token containing custom User Token fields (you can choose attributes in the Token fields).
The options are as follows: JWT will generate a token containing all User fields, JWT-Empty will generate a token with all non-empty values for the user, and JWT-Custom will generate a token containing custom User Token fields (you can choose attributes in the Token fields). JWT-Standard will generate a token with some standard OIDC token fields include email, phone, gender and Address (Address value in other format is not standard).

![JWT-Custom](/img/token/overview/JWT-Custom.png)

0 comments on commit 89ceefb

Please sign in to comment.