Mayank2808sharma / IRCTC-backend

26 stars 28 forks source link

Implement Rate Limiting Middleware for Enhanced Security and Performance #58

Open khandelwalaastha opened 4 months ago

khandelwalaastha commented 4 months ago

I want to implement rate limiting in our Express application to enhance security and maintain performance. Rate limiting will help prevent abuse, such as brute force attacks and denial of service (DoS) attacks, by limiting the number of requests a user can make within a specified timeframe. This issue involves creating a middleware for rate limiting and integrating it into the existing application structure.

github-actions[bot] commented 4 months ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

khandelwalaastha commented 4 months ago

assign this issue to me under label GSSOC @Mayank2808sharma

amresh012 commented 4 months ago

Hey @khandelwalaastha Please assign me this issue under GSOC 2024 I am Good at Node and Express