Hello community! I just want to know the best method that can limit the request (for an api) I mean, for example
user1: will have max 5req/seconds user2: will have max 50req/seconds user3: will have max 500req/seconds ...
user:: use an api key
and also to know why I posted this because if I use database record, I think that will increase more the performance of server
I not sure :)
but I want to know
tkanhs!