Skip to content

Commit

Permalink
chore(docs): Update link to refresh token rotation tutorial (#11537)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <[email protected]>
  • Loading branch information
k-taro56 and ndom91 authored Aug 8, 2024
1 parent 5aea0e8 commit 3ebba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Auth.js records Refresh Tokens and Access Tokens on sign-in (if supplied by the

You can then look them up from the database or persist them to the JSON Web Token.

Note: Auth.js does not currently handle Access Token rotation for OAuth providers for you, however, you can check out [this tutorial](/guides/TODO) if you want to implement it.
Note: Auth.js does not currently handle Access Token rotation for OAuth providers for you, however, you can check out [this tutorial](/guides/refresh-token-rotation) if you want to implement it.

</Accordion>
<Accordion title="When I sign in with another account with the same email address, why are accounts not linked automatically?">
Expand Down

0 comments on commit 3ebba60

Please sign in to comment.