12 Commits

Author SHA1 Message Date
admin 30c91cf5c8 added fetching of origin in auth login 2026-03-05 10:09:12 +08:00
admin 0017432deb fix payload 2026-02-25 16:22:10 +08:00
admin b2b7cacaa6 updated query 2026-02-16 10:21:44 +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 f4b8651a5c fixed multiple roles! 2026-02-03 11:01:48 +08:00
admin ac0ff00880 fix tests 2026-01-27 10:58:24 +08:00
admin 7caf9b069d added forgot password 2026-01-21 11:12:46 +08:00
admin 4068992e06 fix 2026-01-06 09:11:28 +08:00
admin 679a7a9a42 removed redirec t 2026-01-06 09:07:24 +08:00
admin ee45b546a3 added fetching of role_id 2025-12-18 10:25:04 +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