github.com/dgrijalva/jwt-go is no longer maintained
zak905 opened this issue · 3 comments
This library is quiet useful, and fills an important gap when working with jwk in jwt-go, however I have seen that github.com/dgrijalva/jwt-go have been migrated to github.com/golang-jwt/jwt, so I guess this should follow up as well
Glad to see you find this project useful!
Thanks for the heads up about the official move. For anyone who hasn't seen the source already, please view it here: dgrijalva/jwt-go#462
I'll be updating JWKs.KeyFunc
method to support github.com/golang-jwt/jwt
and move support for github.com/dgrijalva/jwt-go
to JWKS.KeyFuncLegacy
. This will be in v0.6.0
. Development for that release will begin today.
The JWKs.KeyFuncF3T
method will remain unchanged.
Awesome, looking forward to test
Closing this issue as v0.6.0
has been released.