yao/openapi/oauth/types
Max d78ed77b9e Enhance token generation and storage to support optional extra claims
- Updated methods related to refresh token generation and storage to accept optional extra claims, allowing for additional metadata such as team_id and tenant_id.
- Refactored tests to utilize the new method signatures, ensuring comprehensive coverage of the updated functionality.
- Introduced a new endpoint for team selection that issues tokens with team-specific claims, improving user experience in multi-team scenarios.
2025-10-11 19:56:29 +08:00
..
errors.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
interfaces.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
oidc.go Implement ID token signing and user fingerprint management in OAuth 2025-08-03 19:51:35 +08:00
types.go Refactor token claims structure for improved readability 2025-10-11 19:04:39 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00