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
Hello.
From migration jwt 2 to 3, we cannot indexing Claims anymore.
check it in and
From jwt 3 version, we can use
// old version of jwt // token.Claims["a"] := someWhat // new version of jwt token.Claims = jwt.MapClaims{ "a": someWhat, }
If you'd like to, I will migrate jwt 2 to 3 with improve methods.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
From migration jwt 2 to 3, we cannot indexing Claims anymore.
check it in and
From jwt 3 version, we can use
If you'd like to, I will migrate jwt 2 to 3 with improve methods.
Thanks.
The text was updated successfully, but these errors were encountered: