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

Missing validation rules on custom required claims #4

Open
dabo8008 opened this issue Jul 18, 2024 · 0 comments
Open

Missing validation rules on custom required claims #4

dabo8008 opened this issue Jul 18, 2024 · 0 comments

Comments

@dabo8008
Copy link

Currently, the DefaultJWTClaimsVerifier checks whether a required claim exists or not. However, it does not check if the claim has a proper value.
It would be a nice option if we could also specify some validation rules for claims, such as:

  • isBoolean,
  • isBoolean().isTrue()
  • isString()
  • isString().notEmpty()
  • isString().matches()
  • isNumber()
  • isNumer().min().max(),
  • etc.
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

1 participant