You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started using the fastapi-jwt-auth. Validating the token from header. Raw token doesnt have "type" key so its failed with KeyError.
Just want to understand the below condition.
if raw_token['type'] in self._denylist_token_checks:
self._check_token_is_revoked(raw_token)
The text was updated successfully, but these errors were encountered:
Started using the fastapi-jwt-auth. Validating the token from header. Raw token doesnt have "type" key so its failed with KeyError.
Just want to understand the below condition.
The text was updated successfully, but these errors were encountered: