Skip to content

Commit

Permalink
chore(docs): rename identifier tokens (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl authored Aug 17, 2023
1 parent 84026e5 commit 286ced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The decoded contents of an ID token looks like the following:
```json
{
"iss": "https://passport.rollup.id/",
"sub": "{accountUrn}",
"sub": "{identityUrn}",
"aud": ["{yourClientId}"],
"exp": 1311281970,
"iat": 1311280970,
Expand All @@ -42,7 +42,7 @@ Here is an example of an access token:
```json
{
"iss": "https://passport.rollup.id/",
"sub": "{accountUrn}",
"sub": "{identityUrn}",
"aud": ["{yourClientId}"],
"azp": "{yourClientId}",
"exp": 1489179954,
Expand Down

0 comments on commit 286ced3

Please sign in to comment.