We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Feel free to create a PR for a base64Url action. In the meantime you can fallback to regex or check.
base64Url
regex
check
Sorry, something went wrong.
fabian-hiller
No branches or pull requests
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:
But looking at the regex for base64 it may needs some extra parts.
The text was updated successfully, but these errors were encountered: