We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typ
Although the standard requires it, not all jwt providers are standards compliant. It would be nice if this lib was more tolerant of the missing field.
The text was updated successfully, but these errors were encountered:
Hmm I don't think I would want that in the library. Is there a known provider that gives invalid JWT?
Sorry, something went wrong.
@Keats Google does not seem to provide typ in their JWTs
edit: according to RFC7515 and RFC7519 this header parameter is optional
Hum I see, I guess it should be an Option then for the next major version
Option
Fixed in 3.0
No branches or pull requests
Although the standard requires it, not all jwt providers are standards compliant. It would be nice if this lib was more tolerant of the missing field.
The text was updated successfully, but these errors were encountered: