Hello!
We are migrating our identity solution to auth0 using a custom database connection. And we have a more strict password policy from our system, this made the policy check mismatched.
The solution we are trying to explore is to add the a javascript password validation rule in the front end UI only. Is this possible or easy to do it? We don’t need the UI respect the error response from upstream. Just pure client side
If we have to go down this way, does it mean we have to create/host our own sign up / reset password page?
Thanks in advance!