Files
Authentication/handlers
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
..
2026-01-06 09:07:24 +08:00
2026-01-07 15:27:32 +08:00
2026-01-27 10:58:24 +08:00
2025-11-25 15:12:31 +08:00
fix
2026-01-27 13:20:03 +08:00
2026-01-07 15:40:53 +08:00
2025-11-25 15:12:31 +08:00
2026-01-21 11:12:46 +08:00