Feature: Automatic unlock of a user in configurable time.
Description: Auth0 currently locks the user if user has 3 incorrect password attempts. But it doesn’t automatically unlock the user after x minutes. IDP should automatically unlock the user otherwise every service provider need to implement custom implementation for this
Use-case: We currently had to build custom implementation via webhooks to support this feature and we are seeing lots of issues with webhooks. Having this feature via Auth0 will help us not rely on webhooks anymore