AltitudeWeb/backend
Teriuihi 26b5f86983 Add rate limiting to LoginController endpoints
Introduced a `@RateLimit` annotation to enforce limits on the `addLogin` and `login` methods in `LoginController`. This restricts the number of requests per minute to improve security and prevent abuse.
2025-04-26 23:14:33 +02:00
..
src Add rate limiting to LoginController endpoints 2025-04-26 23:14:33 +02:00
build.gradle.kts Ensure backend tasks depend on frontend build completion 2025-04-19 00:44:52 +02:00