Skip to content

Feature/password reset#59

Open
xishell wants to merge 3 commits into
mainfrom
feature/password-reset
Open

Feature/password reset#59
xishell wants to merge 3 commits into
mainfrom
feature/password-reset

Conversation

@xishell

@xishell xishell commented Dec 7, 2025

Copy link
Copy Markdown
Owner

Description

This PR aims to implement password reset and verification emails using resend

Changes

  • Added email templates for reset and verification
  • Integrated resend into bettter-auth password reset system
  • Added /forgot-password and /reset-password routes

Testing

  • Unit tests pass (bun test)
  • Type checking passes (bun run check)
  • Build succeeds (bun run build)
  • Linting passes (bun run lint)
  • Manual testing completed

Pre-PR Checklist

  • Code is formatted with Prettier (bun run format)
  • No console.log or debug code left in
  • Branch is up to date with main
  • Commit messages are clear and follow conventions
  • Documentation updated (if needed)

- Users can now reset their password
- Users are now required to verify their email before continuing
- Relaxed dev environment password requirements
- Updated auth documentation
- Added forgot-password button and form
- Added reset-password form

@GD-lost-in-code GD-lost-in-code left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as well, i like the proper documentaion for it.

@GD-lost-in-code

Copy link
Copy Markdown
Collaborator

has it been tested? if not, maybe test and be sure it works before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants