IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
643 stars 149 forks source link

create refresh and access token together #93

Open ali-mahdavi-mehr opened 1 year ago

ali-mahdavi-mehr commented 1 year ago

now it can create an access token and refresh token together with a specific id that "aid" so in deny list we can block both of them, by blocking that is the same in both

ali-mahdavi-mehr commented 1 year ago

Before this, we must use postman or ... to test(to send the access or refresh token) but now there is a token field for each endpoint