Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 295 Bytes

File metadata and controls

22 lines (14 loc) · 295 Bytes

Simple JWT Auth example

Simple JWT auth example with Flask, Flask-Restful and AngularJS without ngToast, gulp and etc.

Create virtualenv.

Move webui to /static/ or build with gulp

$ pip install -r requirements.txt
$ bower install
$ python run-server.py