service-captcha/app/Http/Middleware
Leonid Nikitin c18e7e54b7
Modified the Middleware Kernel to use a new method for request throttling that uses Redis and created a new middleware to ensure that user email is verified.
These changes allow for more efficient request throttling by utilizing Redis. The new EnsureUserIsVerified middleware improves security by validating that a user's email has been verified or if the user is active before granting access, returning a 403 error if the user fails these checks.
2023-07-06 19:52:39 +06:00
..
Authenticate.php Install Laravel. 2023-03-05 20:14:04 +06:00
EncryptCookies.php Install Laravel. 2023-03-05 20:14:04 +06:00
EnsureUserIsVerified.php Modified the Middleware Kernel to use a new method for request throttling that uses Redis and created a new middleware to ensure that user email is verified. 2023-07-06 19:52:39 +06:00
PreventRequestsDuringMaintenance.php Install Laravel. 2023-03-05 20:14:04 +06:00
RedirectIfAuthenticated.php Install Laravel. 2023-03-05 20:14:04 +06:00
TrimStrings.php Install Laravel. 2023-03-05 20:14:04 +06:00
TrustHosts.php Install Laravel. 2023-03-05 20:14:04 +06:00
TrustProxies.php Install Laravel. 2023-03-05 20:14:04 +06:00
ValidateSignature.php Install Laravel. 2023-03-05 20:14:04 +06:00
VerifyCsrfToken.php Install Laravel. 2023-03-05 20:14:04 +06:00