A Flask Application with Authentication and swagger ui doc.
An Application which includes Authentication service and sample TEST API to check the functionality of JWT is fully setup with Swagger UI Documentation. This JWT service can be injected into any applications for securing endpoints.
This can also be used as a complete application by simply adding more APIs in it as this project is already setup with Authentication and swagger ui doc.
to install all the dependencies for the Project
$ pip install -r requirements.txt
$ export JWT_SECRET_KEY="change_me"
$ python manage.py
To learn more about JWT, click here
This project is licensed under the GNU GENERAL PUBLIC LICENSE license. See the LICENSE file for more info.