yao/openapi/oauth/types
Max 5e5b633fba Add team retrieval and counting methods for user membership
- Introduced GetTeamsByMember and CountTeamsByMember methods in the DefaultUser struct to retrieve teams associated with a specific member and count the total number of teams, respectively.
- Updated the UserProvider interface to include these new methods.
- Enhanced the login response structure to include a status indicating whether team selection is required based on the user's team membership.
- Added error handling for team retrieval in the authentication process.
2025-10-10 11:57:47 +08:00
..
errors.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
interfaces.go Add team retrieval and counting methods for user membership 2025-10-10 11:57:47 +08:00
oidc.go Implement ID token signing and user fingerprint management in OAuth 2025-08-03 19:51:35 +08:00
types.go Add authorized info handling and session ID retrieval in OAuth guard 2025-09-23 10:22:52 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00