Implement API to clear lockout
Description
To account for genuine mistakes in the lockout or malicious actors forcibly locking users out from the system, we need a mechanism to clear lockout data. We would prefer not to have to manually update the database, so adding this to the internal API is the best scenario.
Further details
Task list
- Add Read and Delete API for the lockout information
Acceptance criteria
-
Lockouts for a set of user credentials can be cleared.