yao/openapi/tests/user
Max 35afc1d58c Add team ownership and membership checks in user management
- Introduced IsTeamOwner and IsTeamMember methods to verify user ownership and membership status within a team.
- Added CheckTeamAccess method to assess a user's access level, returning ownership and membership status.
- Enhanced user types with new MemberResponse and MemberDetailResponse structures for improved member management.
- Updated routing for team member management to utilize new handler functions for clarity and consistency.
2025-09-23 16:14:42 +08:00
..
login_config_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
login_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
member_test.go Add team ownership and membership checks in user management 2025-09-23 16:14:42 +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_test.go Add team member removal functionality and related tests 2025-09-23 11:24:57 +08:00