Skip to content

A FastAPI template with OAuth2 user authentication

License

Notifications You must be signed in to change notification settings

Awerito/fastapi-auth-template

Repository files navigation

Fastapi Template

Setup

Configure sample.env and rename it to .env.

  • Local:
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ python main.py
  • Docker compose:
docker-compose up -d

Caprover

User the Webhook to deploy

About

A FastAPI template with OAuth2 user authentication

Topics

Resources

License

Stars

Watchers

Forks