Releases: vimalloc/flask-jwt-extended
Releases · vimalloc/flask-jwt-extended
4.7.0
4.6.0
What's Changed
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #535
- Do not check JWT_TOKEN_LOCATION when testing if cookie_csrf_protect is enabled by @vimalloc in #538
Full Changelog: 4.5.3...4.6.0
4.5.3
What's Changed
- Typos by @dwinton-go in #514
- Replace "defining" with "define" by @lewisemm in #517
- Fix documentation syntax error by @dtalkachou in #519
- remove duplicate comments by @Abyssknight in #522
- Support python 3.12 and add support for flask 3.0 by @vimalloc in #527
New Contributors
- @dwinton-go made their first contribution in #514
- @lewisemm made their first contribution in #517
- @dtalkachou made their first contribution in #519
- @Abyssknight made their first contribution in #522
Full Changelog: 4.5.2...4.5.3
4.5.2
4.5.1
4.5.0
What's Changed
- Updated typing of expires_delta and fresh by @eMaerthin in #510
- Allow selective disabling of blocklist check by @indrajeet307 in #501
New Contributors
- @eMaerthin made their first contribution in #510
- @indrajeet307 made their first contribution in #501
Full Changelog: 4.4.4...4.5.0
4.4.4
4.4.3
- Documentation improvements ( #470). Thanks @Udit107710!
- Drop support for python 3.6 (flask no longer supports 3.6, so following suite here)
- Add option to include
current_user
in jinja templates by default (#478) - Fix mypy type checks for
current_user
(#488)
Full Changelog: 4.4.2...4.4.3