Skip to content

Commit

Permalink
Merge branch 'main' into auth-verification-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Aug 4, 2023
2 parents e9fa64c + cd393ee commit 3566e65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export interface SessionConfig {
* Boolean value to store the ID token in the session. Storing it can make the session cookie too
* large.
* Defaults to `true`.
* You can also use the `AUTH0_SESSION_STORE_ID_TOKEN` environment variable.
*/
storeIDToken: boolean;

Expand Down

0 comments on commit 3566e65

Please sign in to comment.