xpeditis2.0/apps/frontend/app
David 317de48765 feat: fix auth flows — reset password, 2-step register, remember me, SIRET
- Backend: add forgot-password and reset-password endpoints with token-based
  flow (1h expiry, secure random token, email via existing EmailPort)
- Backend: add PasswordResetTokenOrmEntity + migration
- Backend: add siret field to RegisterOrganizationDto and pass it to org creation
- Backend: remove MinLength(12) from LoginDto.password (wrong for login use case)
- Backend: add rememberMe to LoginDto (optional, informational)
- Frontend: register page rewritten as 2-step flow (account info → org info)
  with SIRET field, Suspense wrapper, "Centre d'aide" link removed
- Frontend: forgot-password page rewritten in French, matching login style
- Frontend: reset-password page rewritten in French, matching login style, with Suspense
- Frontend: remember me now works — localStorage when checked, sessionStorage otherwise
- Frontend: login page removes "Centre d'aide" link, connects rememberMe to login
- Frontend: auth-context and api/auth updated to pass rememberMe through full chain

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 13:10:08 +02:00
..
about adding middleware for auth 2026-03-17 18:39:07 +01:00
blog fix 2026-01-26 00:08:04 +01:00
booking fix v1.0.0 2025-12-23 11:49:57 +01:00
careers fix 2026-01-26 00:08:04 +01:00
carrier fix improve 2026-02-10 17:16:35 +01:00
compliance fix 2026-01-26 00:08:04 +01:00
contact fix contact 2026-03-17 11:58:29 +01:00
cookies fix 2026-01-26 00:08:04 +01:00
dashboard feat: add centralized logging stack with log exporter 2026-04-02 12:46:10 +02:00
demo-carte fix carte 2025-12-03 22:24:48 +01:00
docs fix documentation et landing page 2026-04-01 20:33:22 +02:00
forgot-password feat: fix auth flows — reset password, 2-step register, remember me, SIRET 2026-04-02 13:10:08 +02:00
login feat: fix auth flows — reset password, 2-step register, remember me, SIRET 2026-04-02 13:10:08 +02:00
press fix 2026-01-26 00:08:04 +01:00
pricing payment methode 2026-03-18 15:11:09 +01:00
privacy fix 2026-01-26 00:08:04 +01:00
register feat: fix auth flows — reset password, 2-step register, remember me, SIRET 2026-04-02 13:10:08 +02:00
reset-password feat: fix auth flows — reset password, 2-step register, remember me, SIRET 2026-04-02 13:10:08 +02:00
security fix 2026-01-26 00:08:04 +01:00
terms fix 2026-01-26 00:08:04 +01:00
test-image fix v1.0.0 2025-12-23 11:49:57 +01:00
verify-email fix 2025-11-13 00:15:45 +01:00
globals.css fix landing page , login , register 2025-10-31 12:38:05 +01:00
icon.svg fix icon 2025-12-23 19:14:13 +01:00
layout.tsx fix icon 2025-12-23 19:14:13 +01:00
not-found.tsx fix 404 2026-02-10 21:50:40 +01:00
page.tsx fix documentation et landing page 2026-04-01 20:33:22 +02:00