Skip to content

Forbid base64(string) in favor of base64(array) #815

Open
@sbarzowski

Description

@sbarzowski

Applying base64 on string uses a weird encoding. I think we should fail with an error explaining what to use instead (and how to get the old behavior by naively encoding the string).

Right now it's a major footgun, so I think breaking backwards compatibility is worth it here (especially since the fix is easy on the user side).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions