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

When to use minLength, maxLength, etc. #92

Open
mikekistler opened this issue Aug 17, 2022 · 0 comments
Open

When to use minLength, maxLength, etc. #92

mikekistler opened this issue Aug 17, 2022 · 0 comments

Comments

@mikekistler
Copy link
Member

It's not helpful and potentially confusing to specify minLength, maxLength, etc on a string property/parameter that has more stringent validation properties. For example, a parameter or property that should contain an access token will be validated by AAD and determined to be valid or not. So we should recommend using minLength and maxLength only when there is not some more specific validation performed on the string.

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