Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : Ratelimit needs to be integrated into IO/State #119

Closed orubel closed 3 months ago

orubel commented 3 months ago

Every endpoint can effectively have different rate limiting.

For example,

Need to add this in to IO State and cache these settings

orubel commented 3 months ago

Something like

"RATELIMIT": { "ROLE_ANONYMOUS": "20", "ROLE_USER": "100", "ROLE_ADMIN" : "*" },

orubel commented 3 months ago

done. tested. closing