Welcome to FreeAuth
Introduction
This project is an attempt to implement the Oauth2 standard, and its Bearer Token specification. It aim to provide a simple solution to those who might be interested into a free self hosted auth server.
If you are looking fore a production ready open source project that provide all the features cited below, then consider visiting superToken. or fastapi-users
Ressource
list of interesting ressources used to build this piece of software:
- fastapi
- sqlmodel
- pydantic
- Oauth2 specification
- Bearer Token specification
- JWK and JWKS specification
- JSON WEB ALGORITHMS SPECIFICATION