Skip to content

Example of how to integrate FastAPI, authlib and Keycloak

Notifications You must be signed in to change notification settings

newellz2/fastapi-oidc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Dependencies

python3 -m venv
source venv/bin/activate
pip install httpx itsdangerous jinja2 authlib \
  fastapi uvicorn[standard] pydantic[dotenv]

cp env-example .env #Modify settings

About

Example of how to integrate FastAPI, authlib and Keycloak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published