service-captcha/app/Http/Middleware
2023-07-10 21:44:00 +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
UserLocale.php A new middleware UserLocale.php has been added. This middleware sets the language locale based on each user's preference. It operates by checking if the user's preferred language is set during the request cycle and if so, it changes the app's locale accordingly. This feature facilitates personalization by displaying the app in a user's preferred language. 2023-07-10 21:44:00 +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