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.
python -m pip install flask-jwt-next
See example.
Licensed under the MIT License. Happy forking :)