File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ACCESS_TOKEN_EXPIRE_SECONDS
3131~~~~~~~~~~~~~~~~~~~~~~~~~~~
3232The number of seconds an access token remains valid. Requesting a protected
3333resource after this duration will fail. Keep this value high enough so clients
34- can cache the token for a reasonable amount of time.
34+ can cache the token for a reasonable amount of time. (default: 36000)
3535
3636ACCESS_TOKEN_MODEL
3737~~~~~~~~~~~~~~~~~~
@@ -142,7 +142,7 @@ The number of seconds before a refresh token gets removed from the database by
142142the ``cleartokens `` management command. Check :ref: `cleartokens ` management command for further info.
143143NOTE: This value is completely ignored when validating refresh tokens.
144144If you don't change the validator code and don't run cleartokens all refresh
145- tokens will last until revoked or the end of time.
145+ tokens will last until revoked or the end of time. You should change this.
146146
147147REFRESH_TOKEN_GRACE_PERIOD_SECONDS
148148~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments