This website requires JavaScript.
Explore
Help
Sign In
kor-elf
/
service-captcha
Watch
1
Star
0
Fork
0
You've already forked service-captcha
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
e5d0cac07d
service-captcha
/
app
/
Services
History
Leonid Nikitin
39eae7f196
Added a new feature to allow users to update their passwords.
2023-07-07 18:08:14 +06:00
..
Api
/V1
Add captcha image generation functionality.
2023-06-28 17:29:56 +06:00
Private
Added a new feature to allow users to update their passwords.
2023-07-07 18:08:14 +06:00
User
Added console command to add user with admin role.
2023-07-02 16:17:18 +06:00
AuthService.php
Introduced a new class ServiceResultSuccess to distinctively handle successful service responses. Changes were made in AuthService and Service base class to replace ServiceResultArray with ServiceResultSuccess for successful operations. This provides a more accurate response type and improves code readability.
2023-07-06 21:54:10 +06:00
Service.php
Introduced a new class ServiceResultSuccess to distinctively handle successful service responses. Changes were made in AuthService and Service base class to replace ServiceResultArray with ServiceResultSuccess for successful operations. This provides a more accurate response type and improves code readability.
2023-07-06 21:54:10 +06:00