fastapi-jwt-auth icon indicating copy to clipboard operation
fastapi-jwt-auth copied to clipboard

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)

Results 65 fastapi-jwt-auth issues
Sort by recently updated
recently updated
newest added

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