Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Console.WriteLine(tokenResponse.AccessToken);
```

:::note
Copy and paste the access token from the console to [jwt.ms](https://jwt.ms) to
Copy and paste the access token from the console to [jwt.me](https://jwt.me) to
inspect the raw token.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ contents of the cookie.
As you can see, the cookie has two parts: the claims of the user and some
metadata in the properties. This metadata also contains the original
access and id tokens issued by `IdentityServer`. Feel free to copy these tokens
to [jwt.ms](https://jwt.ms) to inspect their content.
to [jwt.me](https://jwt.me) to inspect their contents.

## Adding Sign-out

Expand Down
Loading