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 support for base64url regex validator #947

Open
TimoGlastra opened this issue Nov 30, 2024 · 1 comment
Open

Add support for base64url regex validator #947

TimoGlastra opened this issue Nov 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request workaround Workaround fixes problem

Comments

@TimoGlastra
Copy link

It would be great if support for a base64url regex validator could be added in addition to base64. We heavily rely on base64url over base64.

A very simple/naive regex would be:

[a-zA-Z0-9_-]+

But looking at the regex for base64 it may needs some extra parts.

@fabian-hiller
Copy link
Owner

Feel free to create a PR for a base64Url action. In the meantime you can fallback to regex or check.

@fabian-hiller fabian-hiller self-assigned this Dec 4, 2024
@fabian-hiller fabian-hiller added enhancement New feature or request workaround Workaround fixes problem labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request workaround Workaround fixes problem
Projects
None yet
Development

No branches or pull requests

2 participants