Configuration
Configure password reset emails in your server setup:How It Works
- User requests a password reset by providing their email
- A secure reset token is generated and stored in the database
- An email with a reset link is sent to the user
- The link redirects to your app with the token as a query parameter
- User enters their new password along with the token
- Password is updated and token is invalidated