File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ These are only applicable if ``JWT_TOKEN_LOCATION`` is set to use cookies.
60
60
``JWT_COOKIE_SECURE `` If the secure flag should be set on your JWT cookies. This will only allow
61
61
the cookies to be sent over https. Defaults to ``False ``, but in production
62
62
this should likely be set to ``True ``.
63
- ``JWT_COOKIE_DOMAIN `` Value to use for a cross domain cookies. Defaults to ``None `` which sets
63
+ ``JWT_COOKIE_DOMAIN `` Value to use for cross domain cookies. Defaults to ``None `` which sets
64
64
this cookie to only be readable by the domain that set it.
65
65
``JWT_SESSION_COOKIE `` If the cookies should be session cookies (deleted when the
66
66
browser is closed) or persistent cookies (never expire).
Original file line number Diff line number Diff line change 6
6
from setuptools import setup
7
7
8
8
setup (name = 'Flask-JWT-Extended' ,
9
- version = '1.4.0 ' ,
9
+ version = '1.4.1 ' ,
10
10
url = 'https://github.com/vimalloc/flask-jwt-extended' ,
11
11
license = 'MIT' ,
12
12
author = 'Landon Gilbert-Bland' ,
You can’t perform that action at this time.
0 commit comments