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
Great library, well done.
Note the latest version of github.com/golang-jwt/jwt v3.2.2+incompatible doesnt decode the x-amzn-oidc-data token.
It gives a base64 encoding error. From reading up it seems there is some non standard encoding used by Amazon.
When reverting to github.com/golang-jwt/jwt v3.2.1+incompatible all works ok
The text was updated successfully, but these errors were encountered:
fix golang-jwt/jwt v3.2.1+incompatible
f72ff66
refs #3
@slegs Thank you for reporting and sorry too late response. v0.0.5 released (includes github.com/golang-jwt/jwt v3.2.1+incompatible). https://github.com/fujiwara/go-amzn-oidc/releases/tag/v0.0.5
Sorry, something went wrong.
No branches or pull requests
Great library, well done.
Note the latest version of github.com/golang-jwt/jwt v3.2.2+incompatible doesnt decode the x-amzn-oidc-data token.
It gives a base64 encoding error. From reading up it seems there is some non standard encoding used by Amazon.
When reverting to github.com/golang-jwt/jwt v3.2.1+incompatible all works ok
The text was updated successfully, but these errors were encountered: