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
lcobucci/jwt 4.0 upgrade (#13)
Upgrade lcobucci/jwt to 4.0 and using the new features.
JWT doesn't use Claim anymore but DataSet object instead.
JWTHandler requires Configuration instead of Builder, and Signer and registers a Key object instead of using the secret directly.
Requires nesbot/carbon ^2.0 for testability.