You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/api/auth
veypi 0e8e72b7e7 refactor(api): Improve API parameter handling and add public info endpoint
- Change BindMode from bool to *bool in thirdparty auth for proper optional handling
    - Change Error field from string to *string in OAuth callback request
    - Change Email and Phone to *string pointers in bind with register request
    - Add public /api/info endpoint for frontend configuration
    - Update OAuth token request to use pointers for optional code and refresh_token
    - Add desc tags to various request struct fields for API documentation
    - Fix path parameter binding with explicit @code suffix for OAuth providers
    - Change Description field to *string pointer in role creation
    - Change Category field to *string pointer in settings list
3 weeks ago
..
init.go feat: Restrict user APIs to admins and add public user search 1 month ago
login.go refactor: Remove multi-tenant org system and simplify auth 4 weeks ago
me.go refactor: Remove multi-tenant org system and simplify auth 4 weeks ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
register.go refactor: Remove multi-tenant org system and simplify auth 4 weeks ago
search_users.go feat: Restrict user APIs to admins and add public user search 1 month ago
thirdparty.go refactor(api): Improve API parameter handling and add public info endpoint 3 weeks ago