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
This refactor is for consolidating the logic that marshals a Claim into a byte array. In some places, we use json.Marshal, in others, json.MarshalIndent, etc. See #193 (comment)
The text was updated successfully, but these errors were encountered:
This refactor is for consolidating the logic that marshals a Claim into a byte array. In some places, we use
json.Marshal
, in others,json.MarshalIndent
, etc. See #193 (comment)The text was updated successfully, but these errors were encountered: