Releases: vimalloc/flask-jwt-extended
Releases · vimalloc/flask-jwt-extended
0.0.4
- Fix csrf cookie paths, so javascript outside of that path can still access the csrf token.
0.0.3
- Adds support for storing JWTs in cookies, and CSRF protection
- Adds readthedoc documentation (thanks @rlam3)
0.0.2
- Remove unused code
- Add support for custom authorization headers
- Fix decoding for non-default algorithm
- Updated examples