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
new underlying jwt lib switched to https://github.com/lestrrat-go/jwx which has jwk support -- could make for a useful PR sometime to adapt jwtauth to be more powerful given new lib
The
kid
claim in the header can be used to specify which key was used to secure the token.Please add support for this.
The text was updated successfully, but these errors were encountered: