Feature: access to counter of invalid login/password in custom login form
Description: We have brute force protection enabled, so user will be blocked after 10 unsuccessful login attempts. However we need to notify user how many attempts left before blocking. When we call auth0 API in custom login form we get error response with code “invalid_user_password”. But it would be great to get an attempts counter as an additional parameter to display it to the user.
Use-case: Display login attempts counter in custom login form