You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two API endpoints currently. One for generating a dynamic, open graph image used for metadata and another for sending an email when feedback is received. Since we have no sessions/rate limiting, someone can spam these APIs to cause massive email spam.
We should consider adding some form of rate-limiting middleware to prevent this.
The text was updated successfully, but these errors were encountered:
ReeceHumphreys
changed the title
Add rate limiting to the api endpoints
Add rate limiting to the API endpoints
Mar 28, 2023
We have two API endpoints currently. One for generating a dynamic, open graph image used for metadata and another for sending an email when feedback is received. Since we have no sessions/rate limiting, someone can spam these APIs to cause massive email spam.
We should consider adding some form of rate-limiting middleware to prevent this.
The text was updated successfully, but these errors were encountered: