service-captcha/app/Http
Leonid Nikitin 92206a028a
Refactor error check in AuthController.
Changed the error check in the AuthController from checking if the result is not successful to checking if the result has an error. This change was made to clarify the code and ensure that errors are handled properly.
2023-07-06 22:32:29 +06:00
..
Controllers Refactor error check in AuthController. 2023-07-06 22:32:29 +06:00
Middleware 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
Requests Made authorization. 2023-07-06 10:48:32 +06:00
Resources/Api/V1 Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Kernel.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