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.
veypi 357827a881 fix(auth): Fix table prefix issue in permission query and simplify permission ID format
- Fix hardcoded table name 'user_roles' to use GORM model for proper table prefix support
    - Simplify permission ID format from 'scope:roleCode:permission:level' to 'scope:permission:level'
    - Update comments to reflect the new ID format
2 weeks ago
..
auth.go fix(auth): Fix table prefix issue in permission query and simplify permission ID format 2 weeks ago
design.md refactor(auth): Add permission validation and update design docs 3 weeks ago