feat: reset password + mon-compte + facettes recherche #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/reset-profile-facets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Étape 2 du roadmap d'amélioration.
Reset password : table PasswordResetToken (hash sha256 + TTL 1h) + /mot-de-passe-oublie (request) + /mot-de-passe-oublie/[token] (set new) + email Resend (dry-run sans clé) + lien depuis /connexion.
Page /mon-compte (RGPD) : édit identité (prénom/nom/téléphone), changement mdp (verify bcrypt avant), export données JSON via /api/me/export (article 20 RGPD), suppression compte avec anonymisation (préserve historique comptable bookings).
Facettes catalogue : ajout filtres priceMax (€/nuit) + amenities[] (multi-select chips) sur /carbets, parser robuste avec validation regex et limites raisonnables.