yao/openapi/oauth
Max d3874b28ad Refactor OAuth service to improve client registration and user management
- Enhanced dynamic client registration by refining client ID and secret generation methods.
- Improved validation processes for client registration requests and authorization flows.
- Streamlined user management integration with the updated user model, ensuring compatibility and efficiency.
- Updated token management features to support new client and user interactions, enhancing overall service functionality.
2025-07-18 14:28:44 +08:00
..
providers Add user model integration and enhance OAuth user provider 2025-07-18 11:31:39 +08:00
types Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
client.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
core.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +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
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 Refactor OAuth service to improve client registration and user management 2025-07-18 14:28:44 +08:00
security.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +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 Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
user.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00