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 c588962485 fix: Add input validation and OAuth client access control
- Add username validation (required, 3-50 chars, alphanumeric + underscore)
    - Add password validation (required, minimum 8 characters)
    - Add email format validation using regex
    - Add owner check in OAuth client update and delete operations
    - Allow admin users with wildcard permission to access all organizations
4 weeks ago
..
init.go feat: Restrict user APIs to admins and add public user search 1 month ago
login.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
me.go feat(api): Enhance /auth/me endpoint with permissions and roles 1 month ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
register.go fix: Add input validation and OAuth client access control 4 weeks ago
search_users.go feat: Restrict user APIs to admins and add public user search 1 month ago
thirdparty.go test: improve test stability and documentation 1 month ago