2021-03-11 07:32:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 4.1.0
4.1.0
Allow JWT type to be things besides refresh or access. Any type that is not \
refresh will be considered an access token. Thanks @sambonner for the PR!
Allow locations kwarg for jwt_required() to be a string
Minor documentation improvements
|
2021-03-07 18:30:22 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-flask-jwt-extended: mark as incompatible with Python 2.7
|
2021-03-07 18:28:32 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-flask-jwt-extended: updated to 4.0.2
4.0.2:
Properly include requirements.txt in the manifest.
4.0.1:
No changes from 4.0.0, this release is purely to fix some github actions and \
documentation builds
4.0.0:
This release contains many months of work and lots of breaking changes. For full \
details, please see: \
https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/
3.25.1:
The only change it this release is that we are setting the metadata that marks \
this as the last release to support python versions earlier then 3.6 (including \
python 2).
3.25.0:
Add JWT_ENCODE_ISSUER option
Require PyJWT before version 2.0.0a to prevent breaking changes. (we will update \
to the 2.0.0 pyjwt release once it's out of the alpha/early release).
|
2020-05-17 22:18:36 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
pytest from versioned depends
|
2019-10-25 11:34:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.24.1
3.24.1:
Fixes a bug where missing JWTs were not being handled gracefully, introduced in \
version 3.23.0
|
2019-10-15 19:09:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.24.0
3.24.0:
Adds the ability to add custom data to the JWT headers via the headers kwarg \
when making new tokens or via the jwt_manager.additional_headers_loader \
decorator. These headers can be accessed in your endpoints via the \
get_raw_jwt_header function.
|
2019-09-11 11:42:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.23.0
3.23.0:
Make header reading compliant with RFC7230, section 3.2.2
|
2019-08-29 06:55:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.22.0
3.22.0:
Adds ability to check CSRF double submit token from form data instead of headers.
|
2019-08-05 09:59:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.21.0
3.21.0
Require flask 1.0 or greater
Move docs to pallets-sphinx-themes
Add a new JWT_DECODE_ISSUER option for use with other JWT providers
Gracefully handle errors for malformed tokens
|
2019-07-05 09:57:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-jwt-extended: updated to 3.20.0
3.20.0:
Look for JWTs in the same order that they are defined in JWT_TOKEN_LOCATION.
|