From 285f4135d619dfa465301d56ae1d38dd03926af4 Mon Sep 17 00:00:00 2001 From: Nikolay Shebanov Date: Fri, 30 Jul 2021 12:46:04 +0200 Subject: [PATCH] Correct JWT_REFRESH_COOKIE_NAME option description --- docs/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.rst b/docs/options.rst index 757055f2..cafc13ec 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -229,7 +229,7 @@ These are only applicable if a route is configured to accept JWTs via cookies. .. py:data:: JWT_REFRESH_COOKIE_NAME - The name of the cookie that will hold the access token. + The name of the cookie that will hold the refresh token. Note: We generally do not recommend using refresh tokens with cookies. See :ref:`Implicit Refreshing With Cookies`.