Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 630 Bytes

Flask-JWT NEXT

PyPI version

Flask JWT Next adds support for JSON Web Tokens to your Flask application.

It is a fork of flask-jwt. It contains some bugfixes and a structure that fits my needs.

Installation

python -m pip install flask-jwt-next

Usage

See example.

License

Licensed under the MIT License. Happy forking :)