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 ![]()
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 ![]()
There is not, but it would be possible to use an external authentication backend (e.g. Auth0.com) using OpenID Connect.