gohorsejobs/backend/internal/infrastructure
Tiago Yamamoto 01aca8971b fix(auth): include legacy role column in getRoles query
The superadmin role was stored in users.role column but getRoles()
only checked user_roles table. Updated to use UNION query that
combines both sources for backward compatibility.

Fixes 403 Forbidden on /api/v1/users for admin users.
2025-12-25 23:20:22 -03:00
..
auth feat: add profile page, dynamic dashboard, and backend integration tests 2025-12-24 19:38:11 -03:00
email feat: implement high priority features 2025-12-24 11:40:53 -03:00
persistence/postgres fix(auth): include legacy role column in getRoles query 2025-12-25 23:20:22 -03:00
storage feat(backend): implement S3 object storage with pre-signed URLs 2025-12-11 14:41:25 -03:00