Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ feat(reset-password): Implement password reset functionality #17

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

RicardoGEsteves
Copy link
Owner

Description:
This commit introduces the password reset functionality. The changes are part of the ongoing work on the reset-password branch.

  • In app/page.tsx, updates have been made to the home page.
  • In lib/mail.ts and lib/tokens.ts, updates have been made to handle the password reset process.
  • New files actions/reset.ts, app/auth/reset/, components/auth/reset-password-form.tsx, and data/password-reset-token.ts have been added to handle the password reset process.

Changes:

  • Update app/page.tsx to reflect current project state
  • Update lib/mail.ts and lib/tokens.ts for password reset
  • Add new files for handling password reset process

This commit doesn't introduce any breaking changes. The updates are compatible with the existing codebase.
Co-authored-by: Ricardo Esteves [email protected]

Description:
This commit introduces the password reset functionality. The changes are part of the ongoing work on the `reset-password` branch.
- In `app/page.tsx`, updates have been made to the home page.
- In `lib/mail.ts` and `lib/tokens.ts`, updates have been made to handle the password reset process.
- New files `actions/reset.ts`, `app/auth/reset/`, `components/auth/reset-password-form.tsx`, and `data/password-reset-token.ts` have been added to handle the password reset process.

Changes:
- Update `app/page.tsx` to reflect current project state
- Update `lib/mail.ts` and `lib/tokens.ts` for password reset
- Add new files for handling password reset process

This commit doesn't introduce any breaking changes. The updates are compatible with the existing codebase.
Co-authored-by: Ricardo Esteves <[email protected]>
@RicardoGEsteves RicardoGEsteves merged commit 5d462c4 into main Jan 10, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the reset-password branch January 10, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant