Skip to content

Meet0861/Flask-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Application With JWT Implementation

A Flask Application with Authentication and swagger ui doc.

Feature

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.

Prerequisites

to install all the dependencies for the Project

$ pip install -r requirements.txt

Set Environment Variables

 $ export JWT_SECRET_KEY="change_me"

Run the Application

$ python manage.py

To access the Swagger UI documentation for this project and check how the JWT works, visit the

SWAGGER UI

Reference

To learn more about JWT, click here

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages