Skip to content

Commit

Permalink
chore(docs): fix link in session-strategies.mdx (#10718)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Domino <yo@ndo.dev>
  • Loading branch information
DannyNemer and ndom91 committed Apr 28, 2024
1 parent 9d93be2 commit 57d08dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/concepts/session-strategies.mdx
Expand Up @@ -9,7 +9,7 @@ When a user visits your application, you want them to not have to log in every s
evaluate based on the requirements of your application.
</Callout>

You can configure the session strategy using the [`session.strategy`](/reference/core#session) option in the main Auth.js config file.
You can configure the session strategy using the [`session.strategy`](/reference/core#strategy) option in the main Auth.js config file.

## JWT Session

Expand Down

0 comments on commit 57d08dc

Please sign in to comment.