service-captcha/app/Providers
2023-07-06 10:50:15 +06:00
..
AppServiceProvider.php Implemented password validation rules in the AppServiceProvider class. Ensured passwords should be at least 8 characters long, contain a mix of uppercase, lowercase, and special characters. These rules apply only for the production environment. 2023-07-02 15:21:01 +06:00
AuthServiceProvider.php Install Laravel. 2023-03-05 20:14:04 +06:00
BroadcastServiceProvider.php Install Laravel. 2023-03-05 20:14:04 +06:00
EventServiceProvider.php Install Laravel. 2023-03-05 20:14:04 +06:00
RouteServiceProvider.php Extended rate limiting functionality within the RouteServiceProvider to limit the login requests. Now the application limits the number of requests both per IP address and per email. This will drastically improve security by minimizing automated spam and brute-force attack attempts. 2023-07-06 10:50:15 +06:00