-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Replace JWT library #101
base: master
Are you sure you want to change the base?
Replace JWT library #101
Conversation
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
@@ -49,7 +49,8 @@ func UnsecureClaimsMap(token string) (claims map[string]interface{}, err error) | |||
return nil, errors.New("invalid jwt: not enough segments") | |||
} | |||
|
|||
data, err := jwt.DecodeSegment(parts[1]) | |||
// NOTE: DecodeSegment() is deprecated and will go away in a future library release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is replaced by what? maybe we should update it right away
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate)
Types of changes
Checklist