AltitudeWeb/backend/src/main
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
..
java/com/alttd/altitudeweb Add rate limiting to LoginController endpoints 2025-04-26 23:14:33 +02:00
resources Add application-beta.properties for beta environment config. 2025-04-19 01:01:48 +02:00