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.
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.