yao/openapi/oauth
Max 8dca4719c0 Remove deprecated agent API files and refactor agent loading logic
- Deleted obsolete agent API files (agent.go, api.go, api_test.go, types.go) to streamline the codebase.
- Refactored the agent loading logic to initialize the API instance correctly, ensuring proper integration with the new structure.
- Updated context handling to improve clarity and maintainability across the agent's functionality.
- Enhanced error handling and cache management in the agent's initialization process.
2025-11-11 11:23:20 +08:00
..
acl Refactor scope loading to dynamically retrieve first-level subdirectories 2025-11-04 18:07:22 +08:00
authorized Add Yao custom fields and enhance permission checks 2025-11-05 11:32:07 +08:00
providers Implement robot member update functionality with comprehensive validation 2025-10-27 12:05:11 +08:00
types Add Yao member profile support in OIDC user info 2025-10-28 16:55:06 +08:00
client.go Update OAuth client configuration and ID generation methods 2025-08-04 11:04:56 +08:00
client_test.go Add scope field to dynamic client registration tests 2025-08-04 11:19:45 +08:00
core.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
core_test.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
device.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
discovery.go Implement JWKS endpoint and enhance OAuth tests 2025-07-21 20:07:46 +08:00
ERRORS.md Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
guard.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Refactor user provider methods to return string IDs and update test data handling 2025-08-03 10:25:09 +08:00
oauth_test.go Refactor test data handling for improved isolation and cleanup 2025-08-03 11:16:46 +08:00
security.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
security_test.go Refactor test data handling for improved isolation and cleanup 2025-08-03 11:16:46 +08:00
signing.go Add Yao member profile support in OIDC user info 2025-10-28 16:55:06 +08:00
TESTING_GUIDE.md Refactor test data handling for improved isolation and cleanup 2025-08-03 11:16:46 +08:00
token.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
token_test.go Enhance token generation and storage to support optional extra claims 2025-10-11 19:56:29 +08:00
user.go Add go-nanoid dependency and refactor user provider methods 2025-08-02 17:49:03 +08:00
user_test.go Refactor OAuth token management tests and remove deprecated methods 2025-07-21 18:59:26 +08:00