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: authentication page login with magic link #361

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dollarp-code
Copy link
Collaborator

Description

Worked on authentication page and implemented the login with magic link, such that when a user input a valid email address a login link will be sent to the user's email.

Closes #20

Changes proposed

What were you told to do?

[FEAT] - Authentication Page -> Login with magic link

What did you do?

I added a new file titled magicLink.tsx in the route folder and imported neccessary components and packages for the implementation

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.
  • I am making a pull request against the dev branch (left side).
  • My commit messages styles matches our requested structure.
  • My code additions will fail neither code linting checks nor unit test.
  • I am only making changes to files I was requested to.

Screenshots/Videos

Magic

@mrcoded mrcoded merged commit cc9bb21 into hngprojects:dev Jul 22, 2024
1 check passed
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.

[FEAT] - Authentication Page -> Login with magic link
2 participants