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
Just ran into the same issue when trying to use this in JWKS decoding in go-jose which uses pointers to byte slices to store copies of private and public keys.
[]byte attempts to render out an array
byte
for which does not have a decoder/encoderencoding/json encodes
[]byte
as base64The text was updated successfully, but these errors were encountered: