Files
Authentication/models
admin fee314870d feat(auth): support multiple user roles in JWT and services
- Change JWT access token RoleID claim from int to []int to support multiple roles per user
- Update all token generation and refresh logic to handle multiple role IDs as []int
- Refactor services to return and process multiple role IDs from user_roles table
- Fix OAuth state handling explanation and improve code comments
- Clean up related function signatures and usages for consistency
2026-02-03 16:35:08 +08:00
..
2025-11-25 15:12:31 +08:00
2025-11-25 15:12:31 +08:00
2025-11-25 15:12:31 +08:00
2025-11-25 15:12:31 +08:00
2025-11-25 15:12:31 +08:00
2026-01-05 14:41:25 +08:00
2025-11-25 15:12:31 +08:00
2025-12-15 10:39:13 +08:00