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 bc060e23a6 refactor(api): Remove roles field from user info response
- Remove Roles field from UserInfoWithPerms struct
    - Remove roles query logic from me endpoint
    - Clean up unused UserRole model import usage
2 months ago
..
init.go feat: Restrict user APIs to admins and add public user search 2 months ago
login.go refactor: Remove multi-tenant org system and simplify auth 2 months ago
me.go refactor(api): Remove roles field from user info response 2 months ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 2 months ago
register.go feat(auth): Improve OAuth callback and add memory cache fallback 2 months ago
search_users.go feat: Restrict user APIs to admins and add public user search 2 months ago
thirdparty.go feat(auth): Improve OAuth callback and add memory cache fallback 2 months ago