adventurous-addition-28416
04/20/2025, 3:44 AMbrief-egg-61061
04/20/2025, 3:44 AMbrief-egg-61061
04/20/2025, 3:45 AM429 Too Many Requests
when a user attempts to log in too many times within a short period, which suggests rate limiting is being considered [Requesting a login code returns HTTP 400](https://github.com/ory/kratos/issues/4052). 3. The documentation acknowledges security concerns with SMS-based authentication, noting that it's "banned in many government agencies and enterprises due to its security vulnerabilities" [Login and authentication in 2023 explained](https://www.ory.sh/blog/overview-login-password-passkey-webauthn-totp-sso-faceid). While the knowledge sources don't provide a definitive answer about whether Ory currently implements rate limiting for code generation, the open issues suggest this is a recognized concern that's being addressed. If you're concerned about potential abuse, you might want to: 1. Implement your own rate limiting at the application level 2. Monitor the progress of the open issues related to rate limiting 3. Consider using alternative authentication methods that Ory provides, such as passwordless with passkeys or TOTP For the most current information, you may want to check the latest Ory documentation or reach out to Ory support directly.