yao/openapi/tests/user
Max bf8d82f022 Add Yao authentication source and OAuth email handling
- Introduce `YaoAuthSource` and `OAuthEmail` fields in various structures to capture authentication source and OAuth email during user login and registration processes.
- Update `SignIDToken`, `GetInfo`, and `Map` functions to include new claims for Yao authentication source.
- Modify login context to preserve authentication source and OAuth email across different user flows.
- Enhance token issuance to include authentication source and OAuth email in claims for better tracking and user context.
- Ensure proper handling of OAuth email for third-party logins without affecting user profile email.

This change improves the user experience by providing clearer context on authentication methods used during login and registration processes.
2026-02-07 19:44:10 +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 Update user status in test cases from "enabled" to "active" 2025-10-25 14:59:57 +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 Fix error handling in invitation resend test 2025-10-29 09:52:57 +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 test utilities and enhance access token handling 2025-10-25 13:26:51 +08:00
member_test.go Add member profile retrieval functionality 2025-10-28 16:18:52 +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
profile_test.go Implement member profile update functionality 2025-10-28 11:49:01 +08:00
team_config_robot_test.go Refactor team configuration tests to remove uploader and avatar agent assertions 2025-10-28 17:22:44 +08:00
team_config_test.go Refactor team configuration tests to remove uploader and avatar agent assertions 2025-10-28 17:22:44 +08:00
team_test.go Add logo support to team creation and update functionality 2025-10-27 17:46:25 +08:00
utils_test.go Add Yao authentication source and OAuth email handling 2026-02-07 19:44:10 +08:00