Skip to content

Releases: vimalloc/flask-jwt-extended

0.0.4

12 Oct 17:52

Choose a tag to compare

  • Fix csrf cookie paths, so javascript outside of that path can still access the csrf token.

0.0.3

11 Oct 17:22

Choose a tag to compare

  • Adds support for storing JWTs in cookies, and CSRF protection
  • Adds readthedoc documentation (thanks @rlam3)

0.0.2

03 Oct 16:21

Choose a tag to compare

  • Remove unused code
  • Add support for custom authorization headers
  • Fix decoding for non-default algorithm
  • Updated examples