unnikrishnan2002 / Narrow-Links

Narrow-Links is url shortening service which provides easy, short and secure links to be shared. Also has unique features like QR code and sending links to anyone via SMS
https://narrow-links-app.vercel.app/
MIT License
5 stars 24 forks source link

Implement rate limiting to prevent spamming #22

Open vtv6 opened 2 years ago

Yasshu55 commented 2 years ago

@tzii Assigned it to you! Good luck

unnikrishnan2002 commented 2 years ago

@tzii Can you provide an elaboration on the feature you suggested before working on it ?

vtv6 commented 2 years ago

I will use express-rate-limiting package, it do not need an external store.

unnikrishnan2002 commented 2 years ago

I will use express-rate-limiting package, it do not need an external store.

Alright then what will be the limit for the user ?

vtv6 commented 2 years ago

Send sms and create short url

unnikrishnan2002 commented 2 years ago

Send sms and create short url

I didn't exactly understand what are you suggesting to do. Can you give an elaborated explanation on the issue you are proposing

vtv6 commented 2 years ago

It prevents someone spamming requests to your server and sending lots of sms for which you have to pay.

developer-diganta commented 1 year ago

Can I work on this if this is still open?