Skip to content

Commit

Permalink
docs: remove redudant and deprecated doc (#4475)
Browse files Browse the repository at this point in the history
... as `session.jwt` has been replaced with `session.strategy: 'jwt'`
  • Loading branch information
boredland committed Apr 28, 2022
1 parent f0ed23a commit aee5ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-auth/src/core/types.ts
Expand Up @@ -47,7 +47,6 @@ export interface NextAuthOptions {
*/
session?: Partial<SessionOptions>
/**
* JSON Web Tokens can be used for session tokens if enabled with the `session: { jwt: true }` option.
* JSON Web Tokens are enabled by default if you have not specified a database.
* By default JSON Web Tokens are signed (JWS) but not encrypted (JWE),
* as JWT encryption adds additional overhead and comes with some caveats.
Expand Down

0 comments on commit aee5ec2

Please sign in to comment.