yao/openapi/oauth
Max 8523170992 Implement system store management and enhance store loading functionality
- Introduced a new system store management feature, allowing for the loading of predefined system stores such as cache and OAuth client stores.
- Added a `loadSystemStores` function to handle the loading of system stores with variable replacement for configuration paths.
- Enhanced the `Load` function to include the loading of system stores, improving the overall store management process.
- Updated test utilities to support loading system stores for testing, ensuring comprehensive coverage and functionality.
- Refactored the `replaceVars` function to facilitate variable replacement in JSON strings, enhancing flexibility in store configurations.
2025-07-20 11:23:00 +08:00
..
providers Enhance client creation and dynamic registration in OAuth service 2025-07-18 14:51:34 +08:00
types Enhance OAuth configuration types with optional defaults 2025-07-18 17:05:13 +08:00
client.go Enhance client creation and dynamic registration in OAuth service 2025-07-18 14:51:34 +08:00
client_test.go Add tests for dynamic client registration validation in OAuth service 2025-07-18 14:58:29 +08:00
core.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
core_test.go Refactor dynamic client registration tests in OAuth service 2025-07-18 15:13:08 +08:00
device.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
discovery.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
guard.go Implement system store management and enhance store loading functionality 2025-07-20 11:23:00 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
oauth_test.go Add tests for dynamic client registration validation in OAuth service 2025-07-18 14:58:29 +08:00
security.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
security_test.go Add user and security tests 2025-07-18 15:48:50 +08:00
TESTING_GUIDE.md Refactor OAuth service to improve client registration and user management 2025-07-18 14:28:44 +08:00
token.go Refactor token exchange implementation in OAuth service 2025-07-18 15:30:52 +08:00
token_test.go Refactor token exchange implementation in OAuth service 2025-07-18 15:30:52 +08:00
user.go Add user and security tests 2025-07-18 15:48:50 +08:00
user_test.go Add user and security tests 2025-07-18 15:48:50 +08:00