what are people using to validate password require...
# spring
a
what are people using to validate password requirements?
i
This can be done with
@Valid
annotation https://reflectoring.io/bean-validation-with-spring-boot/ BTW I am jus exploring Spring, so there may be a better solution