commitwiz /
FastAPI-JWT-Authentication-example
About This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
38/100 healthLoading repository data…
sabuhibrahim / repository
This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project includes authentication APIs (login, register, verify, forgot-password, reset-password, update-password) and article list and create APIs. It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
cp .env.example .env
docker-compose up -d --build
or
docker compose up -d --build
pip install -r requirements.txt
chmod 755 start.sh
sh start.sh
Selected from shared topics, language and repository description—not editorial ratings.
commitwiz /
About This is JWT authentication example with FastAPI . It uses an async PostgreSQL connection with SqlAlchemy ORM. There is an alembic config also.
38/100 health