An implementation of Token authentication in Flask using Json Web Tokens
Instead of the traditional approach of database-stored token authentication, JWTs allow for authentication without the need for persisting tokens and querying a database, saving storage space and response time.
- Clone the library
git clone https://github.com/alielbashir/flask-token-auth
- Download the app's dependencies
python -m pip install -r requirements
Run the server
python app.py