6 Commits

Author SHA1 Message Date
admin 0017432deb fix payload 2026-02-25 16:22:10 +08:00
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
admin 81d3c5a3bd added health routes 2026-01-05 14:41:25 +08:00
admin ee45b546a3 added fetching of role_id 2025-12-18 10:25:04 +08:00
admin 44f7ddc1e3 fixed 2025-12-15 10:39:13 +08:00
admin 052c7e0cca init commit 2025-11-25 15:12:31 +08:00