Skip to content

Switch default encoding to base64url #152

Description

@marc136

It makes more sense to use base64url encoding as the default, because base64 includes / which will create problems when using it as a filename.

According to the specification table on https://datatracker.ietf.org/doc/html/rfc4648#section-5

base64 encoding contains + and /, which are replaced with - and _ in base64url encoding.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions