fastapi-jwt-auth
fastapi-jwt-auth copied to clipboard
FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
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...
- Remove sequence import - Replace all sequence type to List
Sequence to List change to mitigate below error: TypeError: `@validator(..., each_item=True)` cannot be applied to fields with a schema of json-or-python