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 c8504c3f70 feat(api/auth): Add batch query user API
- Add POST /api/auth/users endpoint for batch user query
    - Add IDs filter to SearchUsersRequest for batch lookup
    - Add Name and Icon fields to PublicUserInfo response
    - Implement searchUsersByIDs with deduplication and ordering
    - Extract buildPublicUserInfo helper for consistent public info mapping
2 weeks ago
..
init.go feat(api/auth): Add batch query user API 2 weeks ago
login.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
me.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
register.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
search_users.go feat(api/auth): Add batch query user API 2 weeks ago
thirdparty.go refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago