Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cs style
Browse files Browse the repository at this point in the history
belgattitude committed Sep 21, 2020

Verified

This commit was signed with the committer’s verified signature.
oliviertassinari Olivier Tassinari
1 parent 2c0d397 commit 832c42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-next-auth/pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@ const options = {
// Use JSON Web Tokens for session instead of database sessions.
// This option can be used with or without a database for users/accounts.
// Note: `jwt` is automatically set to `true` if no database is specified.
//jwt: true,
// jwt: true,
// Seconds - How long until an idle session expires and is no longer valid.
//maxAge: 30 * 24 * 60 * 60, // 30 days
// maxAge: 30 * 24 * 60 * 60, // 30 days
// Seconds - Throttle how frequently to write to database to extend a session.
// Use it to limit write operations. Set to 0 to always update the database.
// Note: This option is ignored if using JSON Web Tokens

0 comments on commit 832c42f

Please sign in to comment.