yao/helper
Max c4ecda54e9 Refactor captcha handling in tests and core functionality
- Updated captcha test cases to utilize the new CaptchaGet function for retrieving captcha answers, improving test reliability.
- Refactored CaptchaMake and CaptchaValidate functions to leverage a new utils package for better encapsulation and maintainability.
- Enhanced error handling and logging in captcha-related processes, contributing to a more robust user experience during authentication.
- Streamlined the captcha generation process by integrating with the utils.captcha package, ensuring consistency across the codebase.
2025-10-15 15:43:16 +08:00
..
array.go [add] utils.tree.Flatten process 2022-12-07 18:32:02 +08:00
array.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
array_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
captcha.go Refactor captcha handling in tests and core functionality 2025-10-15 15:43:16 +08:00
captcha_test.go Refactor captcha handling in tests and core functionality 2025-10-15 15:43:16 +08:00
case.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
case_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
condition.go Update condition.go 2023-06-12 09:37:26 +08:00
condition_test.go + IF & Case Process 2021-11-22 22:26:46 +08:00
control.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
control_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
env.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
env_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
hex.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
hex_test.go [add] migrate helper & utils 2023-02-03 11:17:05 +08:00
if.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
if_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
jwt.go feat: Upgrade JWT library and enhance token validation 2025-04-16 14:43:09 +08:00
jwt_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
map.go + Heper: MapMultiDel 2022-01-08 09:24:11 +08:00
map.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
map_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
password.go Translate captcha and password validation error messages to English for improved clarity 2024-12-02 19:15:44 +08:00
password_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
process.go [add] migrate helper & utils 2023-02-03 11:17:05 +08:00
range.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
string.process.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
string_test.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00