9 Commits

Author SHA1 Message Date
admin c76e64f87c fixed 2026-03-16 09:27:08 +08:00
admin fa1d1623c3 updated 2026-03-05 10:33:04 +08:00
admin 30c91cf5c8 added fetching of origin in auth login 2026-03-05 10:09:12 +08:00
admin f74c84df03 fixed csrf 2026-02-18 10:33:42 +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 98f1705f72 fix 2026-01-27 13:20:03 +08:00
admin 33c59d1c6d added csrf 2026-01-21 13:41:15 +08:00
admin 7c87114b30 fixed 2025-11-26 11:31:09 +08:00
admin 052c7e0cca init commit 2025-11-25 15:12:31 +08:00