File tree Expand file tree Collapse file tree
astro/src/content/docs/identityserver/quickstarts Expand file tree Collapse file tree Original file line number Diff line number Diff 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
434434inspect the raw token.
435435:::
436436
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ contents of the cookie.
371371As you can see, the cookie has two parts: the claims of the user and some
372372metadata in the properties. This metadata also contains the original
373373access 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
You can’t perform that action at this time.
0 commit comments