Skip to content

Commit cc33936

Browse files
authored
docs: add JWT-Standard format to token overview (#623)
1 parent 91c33f8 commit cc33936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/token/overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ After logging into the application, there are three options to generate a JWT To
2626
- `JWT`
2727
- `JWT-Empty`
2828
- `JWT-Custom`
29+
- `JWT-Standard`
2930

30-
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).
31+
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).
3132

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

0 commit comments

Comments
 (0)