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've added an encodeUnpadded() method to the base32 and base64 classes, for requirements that don't conform strictly to RFC 4648, so developers don't feel tempted to just rtrim($output, '='); since it's unknown if rtrim() is cache-timing-safe.
Base64Url doesn't have tailing
=
at the end, butBase64UrlSafe::encode
produces those padding chars.The text was updated successfully, but these errors were encountered: