-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
I created a PR to introduce support for additional claim objects in #488. After doing some thinking I came to a conclusion that some more work needs to be done on the jwt package.
- Remove the ambiguous
Claimsobject - Enforce the Sign/Parse methods to accept a
jwt.Claimsparameter
The current implementation leans towards only using MapClaims and I'm not sure what value the go-kit Claims object is providing.
Reactions are currently unavailable