OpenIDFastAPI

A simple webapp for testing the feasibility for integrating OpenID with FastAPI

Pre-requisites

$ pip install fastapi fastapi-sessions python3-openid pydantic

You will also need an ASGI server, for production such as Uvicorn or Hypercorn.

$ pip install "uvicorn[standard]"

Run

$ uvicorn main:app --reload

The app also runs with the default VSCode debugger