Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/nextauthjs/next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 28, 2024
2 parents 5bcbcb7 + 57d08dc commit 2028eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/concepts/session-strategies.mdx
Original file line number Diff line number Diff line change
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 2028eae

Please sign in to comment.