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
Currently, both builtin template functions base64 and base64url use the base64.RawStdEncodingor base64.RawURLStdEncoding.
Because this might be unexpected behavior, the builtin functions using the raw encoding should be renamed to base64Unpadded and base64urlUnpadded and the two functions base64 and base64Url should use the default encoding.
Because this is a breaking change, this should be implemented before v1.0.
The text was updated successfully, but these errors were encountered:
Currently, both builtin template functions
base64
andbase64url
use thebase64.RawStdEncoding
orbase64.RawURLStdEncoding
.Because this might be unexpected behavior, the builtin functions using the raw encoding should be renamed to
base64Unpadded
andbase64urlUnpadded
and the two functionsbase64
andbase64Url
should use the default encoding.Because this is a breaking change, this should be implemented before v1.0.
The text was updated successfully, but these errors were encountered: