You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): update JWT claims for enum-based roles
- Replace 'roles' claim with 'appRole' and 'dashboardRole' claims
- Use enum .name property for role string values
- Keep 'email' claim for convenience
0 commit comments