service-captcha/app
2023-07-06 10:48:32 +06:00
..
Captcha Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Console Added console command to add user with admin role. 2023-07-02 16:17:18 +06:00
Contracts Made authorization. 2023-07-06 10:48:32 +06:00
Dto Made authorization. 2023-07-06 10:48:32 +06:00
Enums A new enumeration 'SystemRole' has been created for user roles. For now, it only contains one case 'Admin'. This list is intended to designate system roles that cannot be removed. 2023-07-02 16:07:49 +06:00
Exceptions Added console command to add user with admin role. 2023-07-02 16:17:18 +06:00
Http Made authorization. 2023-07-06 10:48:32 +06:00
Models Added console command to add user with admin role. 2023-07-02 16:17:18 +06:00
Providers 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
Repositories Made authorization. 2023-07-06 10:48:32 +06:00
ServiceResults Add captcha image generation functionality. 2023-06-28 17:29:56 +06:00
Services Made authorization. 2023-07-06 10:48:32 +06:00
View/Components/Public Made authorization. 2023-07-06 10:48:32 +06:00