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
31
31
~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
32
The number of seconds an access token remains valid. Requesting a protected
33
33
resource 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)
35
35
36
36
ACCESS_TOKEN_MODEL
37
37
~~~~~~~~~~~~~~~~~~
@@ -142,7 +142,7 @@ The number of seconds before a refresh token gets removed from the database by
142
142
the ``cleartokens `` management command. Check :ref: `cleartokens ` management command for further info.
143
143
NOTE: This value is completely ignored when validating refresh tokens.
144
144
If 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.
146
146
147
147
REFRESH_TOKEN_GRACE_PERIOD_SECONDS
148
148
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments