Skip to main content

Security: Login Lockout

Learn how to temporarily block access after failed login attempts to protect your app.

Sergio M avatar
Written by Sergio M
Updated over 3 weeks ago

Brute-force attacks and repeated login attempts can pose a threat to your applications. To help mitigate this risk, Login Lockout adds an additional layer of protection to your app’s authentication flow.

This feature allows you to define how many failed login attempts are allowed before temporarily blocking access to the account. The lockout duration is also fully configurable, giving you control over how long the restriction lasts.

By limiting the number of failed login attempts, Login Lockout helps reinforce overall app security.

Requirements

1. How to Configure the Login Lockout

To configure the login lockout in your app, just follow these simple steps:

  1. Click on “apps”.

  2. Go to the settings of the app you want to edit.

  3. On the left-hand menu, click on "settings" and then on "security".

  4. Scroll down to the "session management" section.

  5. Define the number of login attempts a user can make before the access to the account becomes blocked.

  6. Define the number of minutes for which access will be blocked.

  7. Click on the “save” button.

Did this answer your question?