PromucFlow_constructor/app
Shubham Saxena 157b316f46
feat: login rate limit (#26171)
**Changes**

* add rate limit on login and signup APIs
* add annotations to support rate limit on controllers which can be
configured per API.
* refactor SecurityConfig

**implementation details**
* uses bucket4j for rate limiting
* uses redis as a backend for distributed rate limiting
2023-08-29 14:52:39 +05:30
..
client fix: App card layout shifting & dropdown options for longer labels (#26722) 2023-08-29 14:21:29 +05:30
server feat: login rate limit (#26171) 2023-08-29 14:52:39 +05:30
util