Skip to content

Commit 3158307

Browse files
Correct JWT_REFRESH_COOKIE_NAME option description (#443)
1 parent 1d734ce commit 3158307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ These are only applicable if a route is configured to accept JWTs via cookies.
229229

230230
.. py:data:: JWT_REFRESH_COOKIE_NAME
231231
232-
The name of the cookie that will hold the access token.
232+
The name of the cookie that will hold the refresh token.
233233

234234
Note: We generally do not recommend using refresh tokens with cookies. See
235235
:ref:`Implicit Refreshing With Cookies`.

0 commit comments

Comments
 (0)