gohorsejobs/backoffice/src
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
..
admin feat(migration): move admin cloudflare routes to backoffice and cleanup backend 2025-12-15 10:52:40 -03:00
auth feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
plans chore: formatting updates and lockfile changes 2025-12-15 10:40:55 -03:00
stripe feat(backoffice): migrate to Fastify adapter with pnpm, Pino logging, and ultra-optimized Dockerfile 2025-12-23 23:44:02 -03:00
app.controller.spec.ts chore(backoffice): 🎉 backoffice ready for action 2025-12-15 09:44:26 -03:00
app.controller.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
app.module.ts feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
app.service.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
main.ts feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00