yao/openapi/oauth
Max 6f78f6066b feat(llm): refactor audio capabilities and enhance role management
- Replaced 'Voice' with 'Audio' in the system configuration and related tests to better reflect functionality.
- Introduced new methods for role management in the llmprovider, allowing for dynamic retrieval of roles based on user and team context.
- Updated the OpenAPI settings to support new role management endpoints and capabilities.
- Enhanced the handling of API keys in provider management, allowing for optional plain-text retrieval.
2026-04-30 12:33:05 +08:00
..
acl Enhance OpenAPI Integration and API Routing 2026-01-04 15:46:09 +08:00
authorized Add Yao authentication source and OAuth email handling 2026-02-07 19:44:10 +08:00
providers feat(robot): add workspace support to robot management 2026-03-28 16:59:52 +08:00
types feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
apikey.go Refactor OAuth access token handling and remove unused API key methods 2026-02-08 15:19:09 +08:00
authenticate.go feat(tai): enhance node registration and management 2026-03-10 15:40:41 +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 feat(tai): enhance node registration and management 2026-03-10 15:40:41 +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 Enhance Tai service readiness checks and OAuth device flow 2026-03-04 16:55:29 +08:00
discovery.go Enhance Tai service readiness checks and OAuth device flow 2026-03-04 16:55:29 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
ERRORS.md Add ACL support to OAuth guard and error handling 2025-10-18 09:22:35 +08:00
guard.go Refactor OAuth token refresh handling to improve concurrency management 2026-03-02 14:12:22 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Enhance Tai service readiness checks and OAuth device flow 2026-03-04 16:55:29 +08:00
oauth_test.go Refactor Store Management to Replace Badger with Xun 2025-12-22 09:27:32 +08:00
process.go feat(user): add token-based login endpoint for automation and testing 2026-04-22 14:12:53 +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 Enhance OAuth token handling and refresh logic 2026-02-21 18:06:27 +08:00
TESTING_GUIDE.md Refactor Store Management to Replace Badger with Xun 2025-12-22 09:27:32 +08:00
token.go feat(tai): enhance node registration and management 2026-03-10 15:40:41 +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