Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple FastAPI Auth0 Integration

A simple implementation of Auth0 that is easy-to-use

  • Use the template provided in the main.py file for specific needs.
  • the @login_required wrapper ensures that the user is authorized, and will fallback to login page if needed.

Following are the required keys for .env file:

SECRET_KEY= AUTH0_DOMAIN= AUTH0_CLIENT_ID= AUTH0_CLIENT_SECRET=

About

A sample boilerplate code to connect FastAPI with Auth0

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages