Releases: alessiocsassu/fastapi-oauth-barebone
Releases · alessiocsassu/fastapi-oauth-barebone
Template v1.0.1 – Initial Stable Release
🚀 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
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