-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add base64url support #15
Comments
I believe @grjte is working on adding this. |
Yep, I'll open a PR soon! Just doing some profiling |
@saleel I have branches ready to 1) add support for optional padding and 2) add base64url support, which is a very small follow-up once the optional padding is done. They both work off of the formatting fix PR I opened last week #18, so I can open a PR once that one (or a similar fix) is merged. I do have one point of confusion where I could really use a sanity check - I ran |
Problem
I want to encode/decode a base64url string
Happy Case
I can encode/decode a base64url string
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Would you like to submit a PR for this Issue?
Maybe
Support Needs
No response
The text was updated successfully, but these errors were encountered: