This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
Releases: vimalloc/flask-jwt-simple
Releases · vimalloc/flask-jwt-simple
0.0.3
0.0.2
- No longer returns the
InvalidHeaderError
handler if an authorization header appears in a different format then we expect in the@jwt_optional
endpoint. (refs vimalloc/flask-jwt-extended#82) - Register this extension with a flask app in a more proper way
0.0.1
Initial release. This is basically a less opinionated and simpler version of my Flask-JWT-Extended extension, without all the extra features baked on top. It is perfect for fast prototyping if you aren't going to be using flask for your final product, or for building a flask app that can integrate with other JWT providers.