Rails 7.2 Rate limiting for Devise - Guard your app from spam and bots!

Описание к видео Rails 7.2 Rate limiting for Devise - Guard your app from spam and bots!

🔒 Secure your app from password-guessing attacks, spam, and abuse by rate-limiting your sign-up and sign-in pages.

I always rely on the wonderful rack-attack gem for this, capping requests per IP within a set timeframe.

Now Rails 7.2 adds native rate limiting out of the box!

Let's add rate limiting to your Devise Sign Up and Sign In pages & secure your app! 🛡️

Episode source code: https://github.com/corsego/183-rails-...
Based on this blogpost: https://blog.corsego.com/rails-rate-l...

Комментарии

Информация по комментариям в разработке