auth0 / go-jwt-middleware

A Middleware for Go Programming Language to check for JWTs on HTTP requests
MIT License
1.08k stars 205 forks source link

issue with token validator #238

Closed jheth closed 9 months ago

jheth commented 9 months ago

Checklist

Description

{
    "message": "jwt invalid: failed to deserialize token claims: could not get token claims: go-jose/go-jose: unsupported key type/format"
}

Reproduction

  1. Upgrade v2.1.0 -> v2.2.0

Go JWT Middleware version

v2.2.0

Go version

1.21.5