Forgot Password Flow
LaunchFast uses in house simple as heck server-side first forgot password flow to help users easily reset their password.
src/pages/api/sign
directory. src/routes/api/sign
directory. - Update the
.env
file or hosting provider’s environment variable to have the necessary variables for Upstash:
- To simply allow users reset their password, import the
<ForgotPassword />
component in your Astro page.