We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adff7b2 commit 1ee0e26Copy full SHA for 1ee0e26
flask_jwt_extended/utils.py
@@ -386,7 +386,7 @@ def set_access_cookies(response, encoded_access_token):
386
value=_get_csrf_token(encoded_access_token),
387
secure=get_cookie_secure(),
388
httponly=False,
389
- path=get_access_cookie_path())
+ path='/')
390
391
392
def set_refresh_cookie(response, encoded_refresh_token):
@@ -407,4 +407,4 @@ def set_refresh_cookie(response, encoded_refresh_token):
407
value=_get_csrf_token(encoded_refresh_token),
408
409
410
- path=get_refresh_cookie_path())
0 commit comments