ReflectionsProjections / rp-api-2023

Core Backend API Layer for Reflections | Projections 2023, powered by Nest.js
MIT License
0 stars 0 forks source link

Prevent email spamming via sending a request to `/auth/generate` every 60 seconds #7

Closed aniketgargya closed 1 year ago

aniketgargya commented 1 year ago

Used exponential growth for the cool down (based on the number of emails sent).