Skip to content

Add support for base64url regex validator #947

Description

@TimoGlastra

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestworkaroundWorkaround fixes problem

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions