Flask Jwt Simple Versions Save

A barebones Flask extension for creating and protecting endpoints with JWT

0.0.3

6 years ago
  • Adds JWT_DECODE_AUDIENCE option (per #1)

0.0.2

6 years ago

0.0.1

6 years ago

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.