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 92156dcd53 feat(auth): Improve permission system and role management
- Add Scope and Level fields to UserPermissionInfo response
    - Include role-based permissions in /auth/me endpoint
    - Implement diff-based permission sync for role initialization
    - Remove Scope field from Role model queries (create, patch, grant)
    - Add permission-based route guards in UI (perm: '*')
    - Fix register to return error on default role assignment failure
    - Fix token refresh to only fetch user when token exists
    - Fix code formatting in api/init.go (remove extra spaces)
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 feat(auth): Improve permission system and role management 3 weeks ago
methods.go refactor(auth): 重构认证系统,支持多种验证方式和 OAuth 提供商管理 1 month ago
register.go feat(auth): Improve permission system and role management 3 weeks ago
search_users.go feat: Restrict user APIs to admins and add public user search 1 month ago
thirdparty.go feat(auth): Improve OAuth callback and add memory cache fallback 3 weeks ago