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
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
..
auth feat(api/auth): Add batch query user API 2 weeks ago
oauth refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
role refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
settings refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
user refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
verification refactor(auth): Migrate to new vigo auth.Auth and Provider pattern 2 months ago
init.go refactor(init): Move provider and role initialization to Init() 4 weeks ago