service-captcha/app
Leonid Nikitin c3e4c68a41
Add CryptographyContract and its implementation
Added a new CryptographyContract interface and CryptographyString class that implements this contract. The CryptographyContract encapsulates the encryption and decryption of strings, enforcing these operations to be standardized across the application. The CryptographyString class uses Laravel's native crypt facades to perform these actions. In the AppServiceProvider, CryptographyContract is now bound to CryptographyString class, allowing the container to automatically resolve the dependencies wherever the interface is type hinted.
2023-09-19 14:29:01 +06:00
..
Captcha The return comment of the getCoordinators method has been changed. 2023-09-19 14:21:56 +06:00
Console Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
Contracts Add CryptographyContract and its implementation 2023-09-19 14:29:01 +06:00
Dto Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Enums Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Exceptions Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Helpers Added the ability to save user settings. 2023-07-10 21:42:55 +06:00
Http Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Models Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Policies Add captcha tokens management. 2023-08-22 00:15:35 +06:00
Providers Add CryptographyContract and its implementation 2023-09-19 14:29:01 +06:00
Repositories Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Rules Added the ability to manage a group of users. 2023-07-16 19:21:09 +06:00
ServiceResults Revived API /api/v1/captcha. 2023-09-19 14:27:33 +06:00
Services Add CryptographyContract and its implementation 2023-09-19 14:29:01 +06:00
View/Components Added the ability to manage users. 2023-08-01 22:04:35 +06:00