Skip to content

DanielChuDC/auth-es256-fastapi

Repository files navigation

Prerequisite

  • Make sure you have python 3 installed in your workstation.

Getting Started

  1. Rename the .env-example to .env

  2. Install the dependency by

pip install -r requirements.txt
  1. Run the project by
uvicorn main:app --reload

Warning! Please remember to change your JWK key set for your own project.