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
Here https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/main/src/cryptojwt/jws/jws.py#L119
When I need a typ value it converts automatically this claim name to type
it should be typ instead https://datatracker.ietf.org/doc/html/rfc7519#section-5.1
is this an implementation typo?
The text was updated successfully, but these errors were encountered:
yes
Sorry, something went wrong.
Ok, let's merge the pending PRs and have a new release :-) https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pulls
Successfully merging a pull request may close this issue.
Here https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/main/src/cryptojwt/jws/jws.py#L119
When I need a typ value it converts automatically this claim name to type
it should be typ instead
https://datatracker.ietf.org/doc/html/rfc7519#section-5.1
is this an implementation typo?
The text was updated successfully, but these errors were encountered: