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
I want parse SubscriptionNotificationV2.SignedPayload.SignedPayload payload to SubscriptionNotificationV2DecodedPayload by calls jwt.ParseWithClaims, but the struct does not fit jwt.Claims interface.
The text was updated successfully, but these errors were encountered:
@laeo Another option could be to wrap SubscriptionNotificationV2DecodedPayload with jwt.RegisteredClaims, then jwt.ParseWithClaims could be called directly.
I want parse
SubscriptionNotificationV2.SignedPayload.SignedPayload
payload toSubscriptionNotificationV2DecodedPayload
by callsjwt.ParseWithClaims
, but the struct does not fitjwt.Claims
interface.The text was updated successfully, but these errors were encountered: