▶️ Şifremi Unuttum

  1. URL: /parola-sifirla > email gir
  2. POST /api/auth/forgot-password { email }
  3. Backend: 6 haneli kod oluştur + email gönder
  4. User email'den kodu al
  5. Form: kod + yeni parola
  6. POST /api/auth/reset-password { email, kod, yeniParola }
  7. Backend: Kod verify + parola update (eski hash override)
  8. Redirect /giris

🔌 Endpoint'ler

POST/api/auth/forgot-password
POST/api/auth/reset-password