https://github.com/iamwoosung/jwt-redis-auth
JWT 보안 취약점 Redis로 보완하기
https://github.com/iamwoosung/jwt-redis-auth
fastapi jwt python redis sqlite3
Last synced: about 2 months ago
JSON representation
JWT 보안 취약점 Redis로 보완하기
- Host: GitHub
- URL: https://github.com/iamwoosung/jwt-redis-auth
- Owner: iamwoosung
- Created: 2025-06-22T13:14:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-14T13:57:11.000Z (12 months ago)
- Last Synced: 2025-07-14T17:38:15.936Z (12 months ago)
- Topics: fastapi, jwt, python, redis, sqlite3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ⚙️ Init
``` python
python -m pdm init
python -m pdm add fastapi uvicorn sqlalchemy passlib[bcrypt] python-jose redis
python -m pdm run uvicorn main:app
```