Two Factor Authentication (2FA) or rate limiting login attempts

Is there any in-built functionality for two factor authentication, or the ability to rate-limit login attempts, please? If not, I’ll experiment with rate limiting api hits to the login url using haproxy.

Thanks :slight_smile:

There is not, but it would be possible to use an external authentication backend (e.g. Auth0.com) using OpenID Connect.

2 Likes