An open API service indexing awesome lists of open source software.

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로 보완하기

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
```