niclas-timm / laravel-nextjs-starter

A Starter Kit for applications with Laravel as the API and NextJS for the Frontend
308 stars 82 forks source link

Restore password #11

Closed niclas-timm closed 3 years ago

niclas-timm commented 3 years ago
  1. User forgets password
  2. Url with token sent via E-Mail
  3. Token only valid for 3 hours or so
  4. User opens link, creates new password
  5. Password is saved, token deleted
niclas-timm commented 3 years ago

Implemented and merged into main.