Skip to content

Commit fd8e859

Browse files
committed
Promote our own token inspection tool
1 parent 12259a4 commit fd8e859

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/content/docs/identityserver/quickstarts/1-client-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Console.WriteLine(tokenResponse.AccessToken);
430430
```
431431

432432
:::note
433-
Copy and paste the access token from the console to [jwt.ms](https://jwt.ms) to
433+
Copy and paste the access token from the console to [jwt.me](https://jwt.me) to
434434
inspect the raw token.
435435
:::
436436

astro/src/content/docs/identityserver/quickstarts/2-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ contents of the cookie.
371371
As you can see, the cookie has two parts: the claims of the user and some
372372
metadata in the properties. This metadata also contains the original
373373
access and id tokens issued by `IdentityServer`. Feel free to copy these tokens
374-
to [jwt.ms](https://jwt.ms) to inspect their content.
374+
to [jwt.me](https://jwt.me) to inspect their contents.
375375

376376
## Adding Sign-out
377377

0 commit comments

Comments
 (0)