flask-jwt-auth

This module contains a simple class to implement authentication and authorization in a Flask app using JSON Web Token (JWT)


License
MIT
Install
pip install flask-jwt-auth==0.0.10

Documentation

flask_jwt_auth

Introduction
Getting Started
Example
Contributors
License

Introduction

This module contains a simple class to implement authentication and authorization in a Flask app using JSON Web Token (JWT)

Getting Started

In order to install, open the command prompt and type ✌️:
pip install flask_jwt_auth

In order to import:

from flask_jwt_auth import AuthFilters

Contributors

This project exists thanks to all the people who contribute. [Contribute]. ""

License

This library is licensed under the MIT License - see the LICENSE.md file for details.