Skip to content

Commit

Permalink
increase max session time to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 30, 2024
1 parent d2cea79 commit 7f415e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ export type AuthOptions = {
/**
* How long should a login session last at a minimum in seconds
*
* @defaultValue 86400 seconds
* @remarks Max value of sessionTime can be 7 * 86400 (7 days)
* @defaultValue 30 * 86400 seconds
* @remarks Max value of sessionTime can be 30 * 86400 (30 days)
*/
sessionTime?: number;

Expand Down

0 comments on commit 7f415e5

Please sign in to comment.