Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the custom Base64 encode and decode to favour the built-in methods #551

Open
anakinj opened this issue Feb 2, 2023 · 0 comments
Open
Milestone

Comments

@anakinj
Copy link
Member

anakinj commented Feb 2, 2023

We currently use a custom implementation of the urlsafe encode and decode methods because switching to the Base64.urlsafe_decode64 and Base64.urlsafe_encode64 introduced a few issues (#483).

Think the only practical impact is that the token cannot have trailing spaces anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant