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
GetID
Claims
Is there a special consideration for the absence of the GetID() function?
GetID()
https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
jwt/claims.go
Lines 9 to 16 in 8aa5d6c
The text was updated successfully, but these errors were encountered:
That was probably an oversight on my part. The RegisteredClaims struct already has the appropriate field though.
RegisteredClaims
Unfortunately, we cannot add anything to the interface without API breakage, meaning we need to reserve this for a potential v6.
v6
Sorry, something went wrong.
I submitted #352 earlier today.
Successfully merging a pull request may close this issue.
Is there a special consideration for the absence of the
GetID()
function?https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7
jwt/claims.go
Lines 9 to 16 in 8aa5d6c
The text was updated successfully, but these errors were encountered: