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(two-factor-authentication): Implement two-factor authentication #20

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

RicardoGEsteves
Copy link
Owner

Description:
This commit introduces two-factor authentication. The changes are part of the ongoing work on the two-factor-authentication branch.

  • In actions/login.ts, auth.ts, components/auth/login-form.tsx, lib/mail.ts, lib/tokens.ts, and schemas/index.ts, updates have been made to handle the two-factor authentication process.
  • New files data/two-factor-confirmation.ts and data/two-factor-token.ts have been added to handle the two-factor authentication process.

Changes:

  • Update actions/login.ts to handle two-factor authentication
  • Update auth.ts to handle two-factor authentication
  • Update components/auth/login-form.tsx to handle two-factor authentication
  • Update lib/mail.ts and lib/tokens.ts for two-factor authentication
  • Update schemas/index.ts for two-factor authentication
  • Add new files for handling two-factor authentication process

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

…ication

Description:
This commit introduces two-factor authentication. The changes are part of the ongoing work on the `two-factor-authentication` branch.
- In `actions/login.ts`, `auth.ts`, `components/auth/login-form.tsx`, `lib/mail.ts`, `lib/tokens.ts`, and `schemas/index.ts`, updates have been made to handle the two-factor authentication process.
- New files `data/two-factor-confirmation.ts` and `data/two-factor-token.ts` have been added to handle the two-factor authentication process.

Changes:
- Update `actions/login.ts` to handle two-factor authentication
- Update `auth.ts` to handle two-factor authentication
- Update `components/auth/login-form.tsx` to handle two-factor authentication
- Update `lib/mail.ts` and `lib/tokens.ts` for two-factor authentication
- Update `schemas/index.ts` for two-factor authentication
- Add new files for handling two-factor authentication 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 d771215 into main Jan 11, 2024
3 checks passed
@RicardoGEsteves RicardoGEsteves deleted the two-factor-authentication branch January 11, 2024 09:50
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