Login Page with Magic Link
Budget: €8 – €30 EUR
- I created a page where the user can log in either with their email address and password using the JWT authentication method, or with Google and Facebook using the Oauth authentication method.
I used MERN Stack: react.js + node.js + express + mongodb
- Here is the link to the code in github:
https://github.com/wael-manai/Login-page
---> the task is to use a third method : the Magic Link
- In a Magic Link workflow, the site or application asks users for an email address, not a password. Then the application generates a link with an embedded token and sends it by email. The user then opens the email, clicks on the link and gains access to the application or service in question.
- Here is the link to Magic Link Docs: https://magic.link/docs
- I have already found a Magic Link program on github that uses MERN Stack
- here is the link: https://github.com/gk3000/passwordless-magic-link-sign-in-express-react
- Here is the link to the Youtube video : https://www.youtube.com/watch?v=pAD-2ZEGqZo&ab_channel=BarcelonaCodeSchool
---> the work consists in using the third authentication method "Magic Link" on my web application.
I used MERN Stack: react.js + node.js + express + mongodb
- Here is the link to the code in github:
https://github.com/wael-manai/Login-page
---> the task is to use a third method : the Magic Link
- In a Magic Link workflow, the site or application asks users for an email address, not a password. Then the application generates a link with an embedded token and sends it by email. The user then opens the email, clicks on the link and gains access to the application or service in question.
- Here is the link to Magic Link Docs: https://magic.link/docs
- I have already found a Magic Link program on github that uses MERN Stack
- here is the link: https://github.com/gk3000/passwordless-magic-link-sign-in-express-react
- Here is the link to the Youtube video : https://www.youtube.com/watch?v=pAD-2ZEGqZo&ab_channel=BarcelonaCodeSchool
---> the work consists in using the third authentication method "Magic Link" on my web application.