Bump flask-jwt-extended from 3.25.0 to 4.1.0
Bumps flask-jwt-extended from 3.25.0 to 4.1.0.
Release notes
Sourced from flask-jwt-extended's releases.
4.1.0
- Allow JWT
type
to be things besidesrefresh
oraccess
(#401). Any type that is notrefresh
will be considered an access token. Thanks @sambonner for the PR!- Allow locations kwarg for jwt_required() to be a string (#394)
- Minor documentation improvements
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).
Commits
-
9f37b4f
Bump to 4.1.0 -
6f66f0f
Allow passing in a single string location to the locations kwarg (#402) -
228822d
Remove hardcoded assumption that the only JWT type supported other than "refr... -
715f9d5
Update v4_upgrade_guide.rst (#393) -
98fb59e
Minor documentation updates -
e719536
Bump to 4.0.2 -
43f29b6
Bump cryptography from 3.3.1 to 3.3.2 (#388) -
dd9fa19
Bump bleach from 3.2.1 to 3.3.0 (#387) -
573429a
Create FUNDING.yml -
8f707d6
Update README.md - Additional commits viewable in compare view