yao/openapi/tests/user
Max 481323104a Implement deep copy for entry configuration to prevent global config corruption
- Added a new function, createPublicEntryConfig, to create a deep copy of EntryConfig without sensitive data, ensuring that global configuration remains intact when returning public config.
- Updated entry verification logic to utilize EntryVerificationStatus for clearer status handling during user verification.
- Enhanced tests to verify that the global config is not modified after multiple requests for public entry configuration, addressing a critical bug related to captcha secret exposure.
2025-10-15 19:32:40 +08:00
..
config_functions_test.go Refactor user authentication to unify entry configuration handling 2025-10-15 11:16:54 +08:00
config_loading_test.go Enhance user login and team configuration management 2025-10-07 10:23:43 +08:00
config_validation_test.go Refactor test files to improve readability and consistency 2025-10-07 10:32:35 +08:00
entry_test.go Implement deep copy for entry configuration to prevent global config corruption 2025-10-15 19:32:40 +08:00
env_test.go Refactor invitation handling and improve test coverage 2025-10-08 16:16:49 +08:00
env_var_extraction_test.go Refactor test files to improve readability and consistency 2025-10-07 10:32:35 +08:00
invitation_test.go Enhance invitation acceptance flow with invitation ID support 2025-10-14 11:58:20 +08:00
login_config_test.go Refactor captcha handling in tests and core functionality 2025-10-15 15:43:16 +08:00
login_test.go Refactor user authentication to unify entry configuration handling 2025-10-15 11:16:54 +08:00
member_test.go Refactor invitation handling and improve test coverage 2025-10-08 16:16:49 +08:00
oauth_authorize_test.go Fix formatting in OAuth authorization test for improved readability 2025-09-18 09:11:09 +08:00
oauth_callback_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
team_config_test.go Enhance invitation handling and team configuration tests 2025-10-08 17:56:56 +08:00
team_test.go Enhance invitation acceptance flow with invitation ID support 2025-10-14 11:58:20 +08:00