COP4331-LargeGroupProject-Fall22 / backend

Backend for SmartChef project, see https://github.com/COP4331-LargeGroupProject-Fall22/SmartChef
0 stars 1 forks source link

Implement request limiter based on IP or someother identification of the user for 3rd party APIs. #67

Open mplekunov opened 1 year ago

nashirj commented 1 year ago

Can maybe use the users JWT if IP is too challenging

mplekunov commented 1 year ago

We can't because we allow searching for all users. So the endpoints that actually do use 3rd party API are available for both authorized and unauthorized users