Skip to content

Commit

Permalink
Bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Apr 15, 2017
1 parent 984332d commit 6d66b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ These are only applicable if ``JWT_TOKEN_LOCATION`` is set to use cookies.
``JWT_COOKIE_SECURE`` If the secure flag should be set on your JWT cookies. This will only allow
the cookies to be sent over https. Defaults to ``False``, but in production
this should likely be set to ``True``.
``JWT_COOKIE_DOMAIN`` Value to use for a cross domain cookies. Defaults to ``None`` which sets
``JWT_COOKIE_DOMAIN`` Value to use for cross domain cookies. Defaults to ``None`` which sets
this cookie to only be readable by the domain that set it.
``JWT_SESSION_COOKIE`` If the cookies should be session cookies (deleted when the
browser is closed) or persistent cookies (never expire).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup

setup(name='Flask-JWT-Extended',
version='1.4.0',
version='1.4.1',
url='https://github.com/vimalloc/flask-jwt-extended',
license='MIT',
author='Landon Gilbert-Bland',
Expand Down

0 comments on commit 6d66b8f

Please sign in to comment.