Scenarios
Auth0 provides the database infrastructure to store your users by default. This scenario provides the best performance for the authentication process since all data is stored in Auth0.The Auth0-hosted database is highly secure. Passwords are never stored or logged in plain text but are hashed with bcrypt. Varying levels of password security requirements can also be enforced. To learn more, read Password Strength in Auth0 Connections.
For database connections, Auth0 limits the number of repeat login attempts per user and IP address. To learn more, read User/Password Authentication Rate Limits.