Skip to content

Commit 6d66b8f

Browse files
committed
Bump to 1.4.1
1 parent 984332d commit 6d66b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ These are only applicable if ``JWT_TOKEN_LOCATION`` is set to use cookies.
6060
``JWT_COOKIE_SECURE`` If the secure flag should be set on your JWT cookies. This will only allow
6161
the cookies to be sent over https. Defaults to ``False``, but in production
6262
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
6464
this cookie to only be readable by the domain that set it.
6565
``JWT_SESSION_COOKIE`` If the cookies should be session cookies (deleted when the
6666
browser is closed) or persistent cookies (never expire).

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77

88
setup(name='Flask-JWT-Extended',
9-
version='1.4.0',
9+
version='1.4.1',
1010
url='https://github.com/vimalloc/flask-jwt-extended',
1111
license='MIT',
1212
author='Landon Gilbert-Bland',

0 commit comments

Comments
 (0)