yao/openapi/oauth/types
Max 392b6bee1b Enhance user management functionality with IP tracking and scope retrieval
- Added `last_login_ip` field to the user model to track the IP address of the last login.
- Updated `UpdateUserLastLogin` method to accept an IP address parameter for logging.
- Introduced `GetUserWithScopes` method to retrieve user information along with associated scopes and permissions.
- Modified `LoginThirdParty` and `LoginByUserID` functions to include IP address handling during login processes.
- Improved user provider interface to reflect the new methods and parameters, enhancing overall user management capabilities.
2025-08-03 18:30:34 +08:00
..
errors.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
interfaces.go Enhance user management functionality with IP tracking and scope retrieval 2025-08-03 18:30:34 +08:00
oidc.go Refactor user provider methods to return string IDs and update test data handling 2025-08-03 10:25:09 +08:00
types.go Implement MFA functionality in user management 2025-08-02 21:08:37 +08:00
utils.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00