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

clarification in _verifying_token

Open venkatesan001 opened this issue 2 years ago • 1 comments

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)

venkatesan001 avatar Sep 10 '21 17:09 venkatesan001

Have you fixed this? Thanks.

ZacharyHampton avatar Jul 19 '22 15:07 ZacharyHampton