Auth0 custom password complexity

Is there a way to implement custom password policies for an Auth0 Database?

I’ve tried to match my needs with what Auth0 offers in the Connections > Database > Password Policy tab but it’s not enough and/or is different from what I need.

I was wondering if there is a way I can write maybe custom code to validate a password.
Ideally on the Free plan.

Hi @tanmai.naik

I don’t think there is, but the question is why you need this. I’d recommend following the NIST standards or something similar, and Auth0 does that quite well.

John

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.