yao/openapi/oauth/types
Max 376befc21b Add Yao member profile support in OIDC user info
- Enhanced the OIDC user info structure to include Yao member profile information, such as member ID, display name, bio, avatar, and email.
- Updated the SignIDToken and MakeOIDCUserInfo functions to incorporate member details if available, improving team context handling.
- Refactored the issueTokens function to accept a new IssueTokensParams structure, streamlining token issuance with team and member context.
- Adjusted login functions to retrieve and pass member profile data during token issuance, ensuring comprehensive user context in authentication flows.
2025-10-28 16:55:06 +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 Add Yao member profile support in OIDC user info 2025-10-28 16:55:06 +08:00
types.go Add Yao member profile support in OIDC user info 2025-10-28 16:55:06 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00