You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @BenCherif , thanks for opening this one. This is fixed now. However, you can always customize how the header is compared using the jwt.VerifyWithHeaderValidator or globally through the jwt.CompareHeader variable. See
i've test the token and public on jwt and it works fine but when i try it with this pkg i get "jwt: unexpected token algorithm"
verifiedToken, err := jwt.Verify(jwt.RS512, publicKEY, []byte(token))
check this test jwt
The text was updated successfully, but these errors were encountered: