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 ac7a8d2108 refactor(role): support incremental permission add and remove
- Add PermissionInput struct with scope, permission_id, and level fields
    - Support adding permissions individually with custom scope and level
    - Support removing permissions by ID via dedicated remove field
    - Keep legacy replace mode for backward compatibility
    - Default level to 7 (admin) and scope to "vb" when not specified
3 weeks ago
..
create.go feat(auth): Improve permission system and role management 3 months ago
del.go feat: 添加角色管理模块(API + UI) 4 months ago
get.go feat: 添加角色管理模块(API + UI) 4 months ago
init.go feat(role): add role users batch management API 3 weeks ago
list.go refactor(api): Improve API parameter handling and add public info endpoint 3 months ago
patch.go feat(auth): Improve permission system and role management 3 months ago
permissions.go refactor(role): support incremental permission add and remove 3 weeks ago
users.go feat(role): add role users batch management API 3 weeks ago