MicahParks / keyfunc

Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
Apache License 2.0
265 stars 46 forks source link

Support for golang-jwt/jwt/v5 #82

Closed tomqwpl closed 1 year ago

tomqwpl commented 1 year ago

This seems to currently only support jwt/v4. It would be good it it could support v5 as well. My guess is that this would require a MicahParks/keyfunc/v5 "branch" as there are various differences in jwt/v5.

MicahParks commented 1 year ago

Please see the discussion in this PR: https://github.com/MicahParks/keyfunc/pull/46