Skip to content

Commit

Permalink
mark absolute maxAge support as TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 20, 2024
1 parent f075e17 commit 37bdc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export interface AuthConfig
*
* @default 2592000 // 30 days
*/
maxAge?: number | Date
maxAge?: number // TODO: | Date
/**
* How often the session should be updated in seconds. If set to `0`, the session is updated every time.
*
Expand Down

0 comments on commit 37bdc73

Please sign in to comment.