Skip to content

Releases: vimalloc/flask-jwt-extended

4.6.0

13 Dec 05:29
Compare
Choose a tag to compare

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

03 Oct 17:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.2...4.5.3

4.5.2

26 May 19:16
Compare
Choose a tag to compare
  • Fix documentation for stable build. No code changes were made in this release.

4.5.1

26 May 17:18
Compare
Choose a tag to compare

No changes from the 4.5.0 tag, I just forgot to update the __version__ which causes issues with publishing the release. This corrects that issue and bumps the version to 4.5.1.

4.5.0

26 May 17:07
c77d756
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.4...4.5.0

4.4.4

15 Aug 16:32
Compare
Choose a tag to compare
  • Fix compatibility with flask version 2.3 (#493). Huge shout out to @jrast for taking on the bulk of this work!

Full Changelog: 4.4.3...4.4.4

4.4.3

27 Jul 21:44
Compare
Choose a tag to compare
  • 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

4.4.2

27 Jun 17:21
Compare
Choose a tag to compare

What's Changed

  • Fix mypy explicitly mark exported names #484 (thanks @KSmanis)
  • Fix verify_type being set to False by default in verify_jwt_in_request() #483

Full Changelog: 4.4.1...4.4.2

4.4.1

02 Jun 00:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.4.1

4.4.0

02 May 20:52
Compare
Choose a tag to compare

Overview

  • Drop support for Flask 1
    • This decision comes because flask 1 is no longer being supported upstream and a recent dependency change they released made it difficult to continue testing both versions for compatibility.
  • Add verify_type argument to view decorators to allow accepting both refresh & access tokens #460 (thanks @tgross35)
  • Adds type hinting and MyPy support
  • Documentation improvements (thanks @wjjmjh and @Udit107710)
  • Relax dependency pinning for cryptography package (#467)