Base64 decode fails when presented with Base64Url encoded string #329
Open
Description
JWTs and other usages use a modified character set from the standard base64. This variant is called base64url. When our Transformation filter is presented with a base64url encoded string to the base64_decode
inja callback, the transformation fails silently because the decode returned an empty string.
Metadata
Assignees
Labels
No labels