Part 31 CodeIgniter 4 Tutorial Series in Urdu/Hindi: How to Protect Brute Force Attack with Throttle

262 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Codeigniter, Web Development

About :

Hello Friends,
Welcome to Part 31 of the CodeIgniter 4 Tutorial Series in Urdu/Hindi. Today in this CodeIgniter Video Tutorial, We are going to learn how to Protect Brute Force Attach with Throttle.
The Throttler class provides a very simple way to limit an activity to be performed to a certain number of attempts within a set period of time. This is most often used for performing rate limiting on API’s, or restricting the number of attempts a user can make against a form to help prevent brute force attacks. The class itself can be used for anything that you need to throttle based on actions within a set time interval.

Playlist Videos
Related Videos