Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Releases: vimalloc/flask-jwt-simple

0.0.3

19 Sep 16:04
Compare
Choose a tag to compare
  • Adds JWT_DECODE_AUDIENCE option (per #1)

0.0.2

06 Sep 16:09
Compare
Choose a tag to compare
  • 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

24 Aug 21:35
Compare
Choose a tag to compare

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.