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
Tiago Yamamoto
0f2aae3073
fix(backoffice): force 0.0.0.0 binding to resolve deployment crash
...
refactor(backend): consolidate admin routes and implement RBAC
feat(frontend): update api client to use consolidated routes
2025-12-24 00:59:33 -03:00
Tiago Yamamoto
6a1bdefc4b
feat(backoffice): add status endpoint at root and move swagger to /docs
2025-12-24 00:11:18 -03:00
Tiago Yamamoto
ae7003d3fa
feat(backoffice): add CORS_ORIGINS env var support
2025-12-24 00:03:52 -03:00
Tiago Yamamoto
60a32120e2
refactor(backoffice): rename PORT to BACKOFFICE_PORT and HOST to BACKOFFICE_HOST
2025-12-23 23:59:52 -03:00
Tiago Yamamoto
c6f7f41452
feat(backoffice): migrate to Fastify adapter with pnpm, Pino logging, and ultra-optimized Dockerfile
2025-12-23 23:44:02 -03:00
Tiago Yamamoto
ce31ab8e67
feat(migration): move admin cloudflare routes to backoffice and cleanup backend
2025-12-15 10:52:40 -03:00
Tiago Yamamoto
3be9807d88
chore: formatting updates and lockfile changes
2025-12-15 10:40:55 -03:00
Tiago Yamamoto
5c45557537
fix(backoffice): resolve eslint errors (async/await usage and floating promises)
2025-12-15 10:35:15 -03:00
Tiago Yamamoto
ee8ed3f1f3
fix(security): 🔒 fixed Next.js vulnerability and Stripe API version
2025-12-15 09:52:43 -03:00
Tiago Yamamoto
072b78c7f5
chore(backoffice): 🎉 backoffice ready for action
2025-12-15 09:44:26 -03:00
Tiago Yamamoto
a0e6f0e58b
feat(swagger): 📚 added Swagger docs at /api/docs
2025-12-15 09:44:24 -03:00
Tiago Yamamoto
9b8d1e0458
feat(core): 🔗 wired all modules together
2025-12-15 09:44:22 -03:00
Tiago Yamamoto
73e6b2b310
feat(admin): 👑 added admin dashboard with stats
2025-12-15 09:44:21 -03:00
Tiago Yamamoto
38acc0e670
feat(plans): 📋 added subscription plans (Starter/Pro/Enterprise)
2025-12-15 09:44:20 -03:00
Tiago Yamamoto
7132b0cb67
feat(stripe): 💳 added Stripe integration for payments
2025-12-15 09:44:19 -03:00