Document forgot/reset password integration for external app
Explored the forgot-password and reset-password flow (handler, service, tokens, mailer, migrations, config) and wrote docs/forgot-reset-password-integration.md covering endpoints, …
Topic
2 entries filed under this topic.
Explored the forgot-password and reset-password flow (handler, service, tokens, mailer, migrations, config) and wrote docs/forgot-reset-password-integration.md covering endpoints, …
Added a forgot-password entry point on sign-in with a request-link page calling Goauth’s proxied /api/auth/forgot-password endpoint. Built a matching reset-password page/route/backend …