Skip to content

Commit

Permalink
docs: added maxAgeRefreshToken
Browse files Browse the repository at this point in the history
  • Loading branch information
casualmatt committed Jun 8, 2023
1 parent 01dd6cd commit 39597cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/1.getting-started/2.options.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ Auto refesh tokens

- Default: `not defined`

Funtion that get call if the `autoRefresh` fail
The function that get called if the `autoRefresh` fail

## `maxAgeRefreshToken`

- Default: `604800`

Need to be the same as specified in your directus config; this is the max amount of milliseconds that your refresh cookie will be kept in the browser.

Auto refesh tokens

## `fetchUserParams`

Expand Down

0 comments on commit 39597cf

Please sign in to comment.