File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ this value if you wrote your own implementation (subclass of
177
177
ROTATE_REFRESH_TOKEN
178
178
~~~~~~~~~~~~~~~~~~~~
179
179
When is set to `True ` (default) a new refresh token is issued to the client when the client refreshes an access token.
180
- Known bugs: `False ` currently has a side effect of immediately revoking both access and refresh token on refreshing .
180
+ If `False `, it will reuse the same refresh token and only update the access token with a new token value .
181
181
See also: validator's rotate_refresh_token method can be overridden to make this variable
182
182
(could be usable with expiring refresh tokens, in particular, so that they are rotated
183
183
when close to expiration, theoretically).
You can’t perform that action at this time.
0 commit comments