1a68840805bd715113857035b9debd0762579563
BREAKING CHANGE: Authorization now requires role_permissions table Previously checked only if permission existed, now verifies user's role has been granted the permission. Closes critical security gap allowing any user to access any resource. - feat: add role_permissions table schema - feat: add GetPermissionByResourceActionAndRole repository method - fix: update Authorize to check user role before granting access - fix: update cache keys to include roleID - test: update all tests for new authorization flow
Description
No description provided
Languages
Go
100%