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/role
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)
2 months ago
..
create.go feat(auth): Improve permission system and role management 2 months ago
del.go feat: 添加角色管理模块(API + UI) 2 months ago
get.go feat: 添加角色管理模块(API + UI) 2 months ago
init.go refactor(api): Update permission codes and remove org-related code 2 months ago
list.go refactor(api): Improve API parameter handling and add public info endpoint 2 months ago
patch.go feat(auth): Improve permission system and role management 2 months ago
permissions.go feat(auth): Improve permission system and role management 2 months ago