WeAreNewt / re-meme

An app that allows users to post ‘original content’ and other users can ‘remix’ that content by adding in additional elements to the "original content" as a base.
https://rememe.lol
Other
23 stars 8 forks source link

Add timelapse validation for /createMetadata endpoint #245

Open JoaquinBattilana opened 1 year ago

JoaquinBattilana commented 1 year ago

The user should not be able to call the endpoint infinitely, we should add max amount of request per hour to protect the ipfs node. This can be done as a middleware for the /createMetadata endpoint and we already have a database setup in the repo.