Email Verification In Node JS Part-A : User Verification Model Setup

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 25

  • @ToThePointCode
    @ToThePointCode  3 роки тому +1

    Hey there! thanks for watching. Please leave a LIKE and use the Timestamps below to go through the video if you want.
    00:00 Intro & Preview
    00:52 Getting started with code files
    01:51 Code adjustments
    02:33 User Verification Model
    04:40 Important node packages
    06:30 Necessary gmail credentials
    07:10 Nodemailer Transporter
    08:41 Transporter test run
    09:07 First change in user sign up flow
    10:15 End of section

  • @ToThePointCode
    @ToThePointCode  3 роки тому

    Please leave a like and subscribe if you're ready for the next parts 🚀.

    • @ToThePointCode
      @ToThePointCode  3 роки тому

      ua-cam.com/play/PLk8gdrb2DmCgItOhBqAQOzyrH5GJfA7Ze.html

    • @joelkafesu6757
      @joelkafesu6757 3 роки тому +1

      @@ToThePointCode great. i want to know how do i handle custom email verification reset passwords in firebase.

  • @SauravKumar-p6w
    @SauravKumar-p6w Рік тому

    Really really on point, thanks so much for clear instructions 🙏🙏🙏🙏

  • @danobaro204
    @danobaro204 Рік тому

    You are really on point man, thanks

  • @nyogrson1
    @nyogrson1 7 місяців тому +1

    Looks like gmail no longer supports App Passwords or allows access from less secure apps. Sigh..

  • @noorseen5226
    @noorseen5226 7 місяців тому

    What is the theme extention please !

  • @taofiqcodes4303
    @taofiqcodes4303 2 роки тому +1

    Hi, you mentioned changing gmail settings when using nodemailer for email verification, does this means this is the only instance nodemailer can work? Given the fact that we cant tell users to do that when signing up(less security for them)

    • @ToThePointCode
      @ToThePointCode  2 роки тому

      The email setup will work based on your gmail address. So you're the only one supposed to tweak those settings.

  • @officialsatisfyingvids8296
    @officialsatisfyingvids8296 2 роки тому

    What is postman used for??
    I need to create a real responsive html and css sign up form with node js and MongoDB. But I don’t understand the term postman in the video.
    I want the real signup form connected to mongo DB

    • @bhaveshchaudhari693
      @bhaveshchaudhari693 2 роки тому +1

      postman is just a tool used for api testing

    • @pryansh_
      @pryansh_ 2 роки тому +1

      postman is a software created as a tool for backend development.
      It gives you advantage to test your backend without creating a frontend interface which you had to then link with your backend for testing.
      Try it today !

  • @nicetomeetugaming7024
    @nicetomeetugaming7024 2 роки тому

    Thanks for this amazing video sir!

  • @clevertag1281
    @clevertag1281 3 роки тому +1

    Thanks for the update

  • @mohiniraut14
    @mohiniraut14 2 роки тому

    Sir signin route , const hashedPassword = data[0].password;.Sir i cant understand how data is array .I expected that User come in data that is object.Sir please ,can you explain me.

    • @bazeArttutorials
      @bazeArttutorials 3 місяці тому

      Encoded password could include nu.ber and alphabets

  • @haiderjaafer8164
    @haiderjaafer8164 3 роки тому +1

    Where is the part b

  • @kiomy_music
    @kiomy_music 2 роки тому +1

    Please get some cool music for the next tutorial pls.

    • @kiomy_music
      @kiomy_music 2 роки тому

      I don't wanna throw hate but, also check the music volume, increasing 200db does not delete the copyrights

  • @ASNxNISHANT
    @ASNxNISHANT 3 роки тому +1

    Please add resources on the website.