auth0-blog/auth0-golang-jwt

Algorithm HS256

Opened this issue · 0 comments

After I sign in via auth0 UI, I get this error in the developer tools console:

{
error: "invalid_token"
errorDescription: "Algorithm HS256 is not supported. (Expected algs: [RS256])"
}