Skip to content

Releases: alessiocsassu/fastapi-oauth-barebone

Template v1.0.1 – Initial Stable Release

28 Nov 13:34
8d24bf3

Choose a tag to compare

🚀 Highlights

  • Initial release of the FastAPI OAuth2 Barebone Template
  • Includes BaseService + BaseManager architecture
  • Full Docker environment (API + PostgreSQL)
  • JWT authentication (access + refresh tokens)
  • SQLAlchemy + Alembic migrations ready
  • Example Users module included

For full details, see the CHANGELOG.md

Template v1.0.0 – Initial Stable Release

28 Nov 13:19
5f142d8

Choose a tag to compare

Highlights

  • Initial release of the FastAPI OAuth2 Barebone Template
  • Includes BaseService + BaseManager architecture
  • Full Docker environment (API + PostgreSQL)
  • JWT authentication (access + refresh tokens)
  • SQLAlchemy + Alembic migrations ready
  • Example Users module included