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(email-verification): Implement email verification functionality #16

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

RicardoGEsteves
Copy link
Owner

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

  • In README.md, updates have been made to reflect the current state of the project.
  • In components/spinner.tsx, changes have been made to improve the loading spinner.
  • The file data/verificiation-token.ts has been deleted and replaced with data/verification-token.ts to correct a typo.
  • In lib/mail.ts and lib/tokens.ts, updates have been made to handle the email verification process.
  • New files actions/new-verification.ts, app/auth/new-verification/, and components/auth/new-verification-form.tsx have been added to handle the new verification process.

Changes:

  • Update README.md to reflect current project state
  • Improve loading spinner in components/spinner.tsx
  • Delete data/verificiation-token.ts and add data/verification-token.ts
  • Update lib/mail.ts and lib/tokens.ts for email verification
  • Add new files for handling new verification process

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

…onality

Description:
This commit introduces the email verification functionality. The changes are part of the ongoing work on the `email-verification` branch.
- In `README.md`, updates have been made to reflect the current state of the project.
- In `components/spinner.tsx`, changes have been made to improve the loading spinner.
- The file `data/verificiation-token.ts` has been deleted and replaced with `data/verification-token.ts` to correct a typo.
- In `lib/mail.ts` and `lib/tokens.ts`, updates have been made to handle the email verification process.
- New files `actions/new-verification.ts`, `app/auth/new-verification/`, and `components/auth/new-verification-form.tsx` have been added to handle the new verification process.

Changes:
- Update `README.md` to reflect current project state
- Improve loading spinner in `components/spinner.tsx`
- Delete `data/verificiation-token.ts` and add `data/verification-token.ts`
- Update `lib/mail.ts` and `lib/tokens.ts` for email verification
- Add new files for handling new verification 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 761d047 into main Jan 10, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the email-verification branch January 10, 2024 12:04
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