Skip to content

uwi-info3180/flask-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask API with JSON Web Tokens (JWT)

This application is a demonstration of using JSON Web Tokens to access an API with Flask

Remember to always create a virtual environment and install the packages in your requirements file

$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt
$ flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published