GithubHelp home page GithubHelp logo

Comments (2)

Divyanshu7001 avatar Divyanshu7001 commented on May 25, 2024 2

A email OTP verification can be done easily with NodeMailer...which is used to send the email from your account to the registering user's account. The email can have a 4 digit or 6 digit random otp that you will generate with the logic from Math package. The verification code actually has to be generated before do the procedure for user.create..as the verification code will be put in there for that perticular user. As the user gets the email & enters the otp from front-end(supposing in a form)...it will be taken & matched with a simple if logic...if it mactches..then we can just change the isVerified or some other state as you desire to be true.

from chai-backend.

saheemshafi avatar saheemshafi commented on May 25, 2024

I have implemented it in typescript. It might be helpful for reference.
https://github.com/saheemshafi/void_video/blob/main/apps/server/src/utils/email.ts
https://github.com/saheemshafi/void_video/blob/main/apps/server/src/utils/create-email-template.ts

from chai-backend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.