Features. Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to Flask for protecting routes , but also many helpful (and optional) features built in to make working with JSON Web Tokens easier. These include: Adding custom claims to JSON Web Tokens. Automatic user loading ( current_user ).
Read moreHow do I add authentication to my Flask app?
In this tutorial, you will:
Read moreHow do you use JWT tokens in Flask?
Start by cloning the project boilerplate and then create a new branch:
Read more