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

Add Base64Url support #13

Open
awakecoding opened this issue Nov 25, 2020 · 1 comment
Open

Add Base64Url support #13

awakecoding opened this issue Nov 25, 2020 · 1 comment
Milestone

Comments

@awakecoding
Copy link

Base64Url support should be a built-in feature of PowerShell in my mind, but I could settle for importing a module that does it well.

There are a lot of blog posts showing tips on how to do it without importing a new module, and they all look like this:

It works, but it is horribly inefficient. I would rather have a Convert::ToBase64UrlString() function but we can't have everything 🤷

Base64Url is very common because of the popularity of JWTs, and everything that needs to be Base64 and URL-safe at the same time.

@SteveL-MSFT
Copy link
Member

This seems like it should be a switch to the ConvertTo/From-Base64 cmdlet

@SteveL-MSFT SteveL-MSFT added this to the Future milestone Jul 25, 2023
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

2 participants