gohorsejobs/frontend/src/lib
Tiago Yamamoto 340911b4d1 feat(auth): add cookie parsing and JWT auth guard to backoffice
- Add JWT auth guard with Bearer token and cookie support
- Update .env.example files with PASSWORD_PEPPER documentation
- Update seeder to use PASSWORD_PEPPER for password hashing
- Update seeder README with hash verification examples
- Fix frontend auth and page components
- Update backend JWT service and seed migration
2025-12-24 10:27:04 -03:00
..
__tests__ feat: connect registration and jobs to real API 2025-12-23 08:19:49 -03:00
store feat: Implement Ticket System, Profile Page integration, and fix migrations 2025-12-23 19:22:55 -03:00
api.ts feat: implement dynamic dashboard, auth hardening (pepper/httponly) and backend tests 2025-12-24 01:30:33 -03:00
auth.ts feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
i18n.tsx fix(frontend): remove any type from i18n key traversal 2025-12-23 18:44:09 -03:00
local-database.ts first commit 2025-12-09 19:04:48 -03:00
mock-data.ts Translate UI and rename routes to English 2025-12-22 15:30:06 -03:00
storage.ts chore: update port configuration to avoid conflicts 2025-12-11 17:06:37 -03:00
types.ts Translate UI and rename routes to English 2025-12-22 15:30:06 -03:00
utils.ts first commit 2025-12-09 19:04:48 -03:00