service-captcha/app/Http
Leonid Nikitin 27046e6674
Revived API /api/v1/captcha.
Now a new captcha is created to check for a bot.
2023-09-19 14:27:33 +06:00
..
Controllers Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Middleware 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
Requests Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Resources/Api/V1 Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Kernel.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