https://github.com/bnbong/simpleauth
<개인 프로젝트> Simple user authentication API server
https://github.com/bnbong/simpleauth
alembic fastapi poetry pydantic pydantic-settings pydantic-v2 python python3 sqlalchemy uvicorn
Last synced: 5 months ago
JSON representation
<개인 프로젝트> Simple user authentication API server
- Host: GitHub
- URL: https://github.com/bnbong/simpleauth
- Owner: bnbong
- Created: 2024-06-07T09:08:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T04:53:35.000Z (about 2 years ago)
- Last Synced: 2025-09-09T21:29:04.137Z (10 months ago)
- Topics: alembic, fastapi, poetry, pydantic, pydantic-settings, pydantic-v2, python, python3, sqlalchemy, uvicorn
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Authentication
Python based simple user authentication server
This project is a user authentication-only server created to apply the MSA Gateway pattern to the bnbong-server.
## Stack
- Python 3.11.1
- FastAPI + Uvicorn + Pydantic 2.0 + SQLAlchemy + Poetry
- Dockerized
## Environment Variables
will be added later.