yao/openapi/oauth/providers/user
Max 4682c20903 Update OAuth client configuration and ID generation methods
- Added support for numeric ID generation in the OAuth service, replacing the previous NanoID approach for better compatibility.
- Refactored client ID and secret generation methods to be public and renamed them for consistency.
- Enhanced dynamic client registration to allow optional client ID usage.
- Updated client configuration loading to include validation and registration of clients if not found.
- Improved error handling and logging for client configuration processes.
- Adjusted tests to reflect changes in ID generation and client configuration handling.
2025-08-04 11:04:56 +08:00
..
default.go Update OAuth client configuration and ID generation methods 2025-08-04 11:04:56 +08:00
exists_test.go Add lightweight existence check methods for OAuth accounts, roles, types, and users 2025-08-03 07:14:09 +08:00
oauth_account.go Add lightweight existence check methods for OAuth accounts, roles, types, and users 2025-08-03 07:14:09 +08:00
oauth_account_test.go Implement OAuth account management methods and enhance user provider functionality 2025-08-02 18:49:27 +08:00
role.go Refactor user provider methods to return string IDs and update test data handling 2025-08-03 10:25:09 +08:00
role_test.go Enhance user role management functionality and implement role-related methods 2025-08-02 19:27:09 +08:00
type.go Refactor user provider methods to return string IDs and update test data handling 2025-08-03 10:25:09 +08:00
type_test.go Implement user type management methods and enhance user provider functionality 2025-08-02 19:56:48 +08:00
user_basic.go Enhance user management functionality with IP tracking and scope retrieval 2025-08-03 18:30:34 +08:00
user_basic_test.go Enhance user management functionality with IP tracking and scope retrieval 2025-08-03 18:30:34 +08:00
user_list.go Update go-nanoid dependency and implement user retrieval methods 2025-08-02 18:10:04 +08:00
user_list_test.go Update go-nanoid dependency and implement user retrieval methods 2025-08-02 18:10:04 +08:00
user_mfa.go Implement MFA functionality in user management 2025-08-02 21:08:37 +08:00
user_mfa_test.go Implement MFA functionality in user management 2025-08-02 21:08:37 +08:00
user_role_type.go Add lightweight existence check methods for OAuth accounts, roles, types, and users 2025-08-03 07:14:09 +08:00
user_role_type_test.go Implement user type management methods and enhance user provider functionality 2025-08-02 19:56:48 +08:00
user_test.go Add lightweight existence check methods for OAuth accounts, roles, types, and users 2025-08-03 07:14:09 +08:00
utils.go Update OAuth client configuration and ID generation methods 2025-08-04 11:04:56 +08:00
utils_test.go Add go-nanoid dependency and refactor user provider methods 2025-08-02 17:49:03 +08:00