yao/openapi/oauth/types
Max af02a21f65 Implement member profile update functionality
- Added a new endpoint `PUT /teams/:team_id/members/:member_id/profile` to allow members to update their profile information, including display name, bio, avatar, and email.
- Introduced `UpdateMemberProfileRequest` structure to handle profile update requests.
- Enhanced the `GinMemberUpdateProfile` handler to process profile updates with appropriate validation and error handling.
- Implemented business logic in `memberUpdateProfile` to ensure only the member can update their own profile.
- Expanded test cases to validate the new profile update functionality, ensuring comprehensive coverage for various update scenarios.
2025-10-28 11:49:01 +08:00
..
authorized.go Normalize request paths in ACL checks and add path normalization utility 2025-10-23 10:48:53 +08:00
authorized_test.go Normalize request paths in ACL checks and add path normalization utility 2025-10-23 10:48:53 +08:00
errors.go Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
interfaces.go Implement robot member update functionality with comprehensive validation 2025-10-27 12:05:11 +08:00
oidc.go Implement member profile update functionality 2025-10-28 11:49:01 +08:00
types.go Enhance ACL enforcement and logging for improved error handling 2025-10-22 09:51:06 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00