Async FastAPI, JWT Authentication, PostgreSQL DB, Alembic Migrations boilerplate template #11178
islamsalamamattar
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Async FastAPI, JWT Authentication, PostgreSQL DB, Alembic Migrations boilerplate template
Description
This project offers an asynchronous FastAPI implementation with robust authentication APIs, including user registration, login, email verification, and comprehensive password management (forgot, reset, and update).
Leveraging asynchronous processing for improved performance, it seamlessly integrates JWT (JSON Web Tokens) authentication for secure user authentication and authorization.
Furthermore, the application utilizes PostgreSQL as the database backend, managed asynchronously with SQLAlchemy ORM.
To ensure database schema evolution is hassle-free, Alembic auto-migrations are incorporated into the project.
Installation
clone repository
https://github.com/islamsalamamattar/fastapi_postgres_async_jwt_alembic
Beta Was this translation helpful? Give feedback.
All reactions