yao/openapi/oauth
Max fb20eb54c5 Add user model integration and enhance OAuth user provider
- Introduced a new user model `yao/models/user.mod.yao` to support user management functionalities.
- Updated the OAuth service to utilize the new `DefaultUser` provider, enhancing user authentication and management capabilities.
- Refactored user retrieval methods to align with the new user model structure, ensuring compatibility and improved functionality.
- Added token management methods to the user provider interface, streamlining token handling processes.
- Enhanced test utilities to include the new user model for comprehensive testing coverage.
2025-07-18 11:31:39 +08:00
..
providers Add user model integration and enhance OAuth user provider 2025-07-18 11:31:39 +08:00
types Add user model integration and enhance OAuth user provider 2025-07-18 11:31:39 +08:00
client.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
core.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
device.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
discovery.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Add user model integration and enhance OAuth user provider 2025-07-18 11:31:39 +08:00
security.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
token.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
user.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00