https://github.com/zero1max/fastapi-auth
A simple authentication system using FastAPI, Tortoise ORM, and JWT for user registration and login.
https://github.com/zero1max/fastapi-auth
fastapi python3 sqlite3 tortoise-orm
Last synced: 10 months ago
JSON representation
A simple authentication system using FastAPI, Tortoise ORM, and JWT for user registration and login.
- Host: GitHub
- URL: https://github.com/zero1max/fastapi-auth
- Owner: zero1max
- License: mit
- Created: 2025-03-12T06:34:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T06:47:47.000Z (10 months ago)
- Last Synced: 2025-03-12T07:29:35.507Z (10 months ago)
- Topics: fastapi, python3, sqlite3, tortoise-orm
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-auth
A simple authentication system using FastAPI, Tortoise ORM, and JWT for user registration and login.