abhigyanghosh30 / OpenIDFastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%