Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarification in _verifying_token #66

Open
venkatesan001 opened this issue Sep 10, 2021 · 1 comment
Open

clarification in _verifying_token #66

venkatesan001 opened this issue Sep 10, 2021 · 1 comment

Comments

@venkatesan001
Copy link

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)
@ZacharyHampton
Copy link

Have you fixed this? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants