Password Reset using SendGrid. Best To Do List App #7.

Поделиться
HTML-код
  • Опубликовано: 31 янв 2020
  • I will walk you through password reset using sendGrid in our Node, Express To Do list application with Postgres database. So before watching the video, kindly smash the like button and subscribe if you haven't done so already. Below are the steps for setting up your send grid account:
    Step 1 Create SendGrid Account: If you do not already have a SendGrid account, create one now at www.sendgrid.com
    Step 2 Configure your domain for email: You should set up your domain so that it can send emails from SendGrid via your domain rather than via sendgrid.net
    Step 3 Create an API Key by going to the settings and then API keys. Provide any name for your API key name.
    Step 4 Enable Email Messaging by going to Settings then to Platforms and scroll down until you see Email and click on it.
    A free account has a limited number of emails to send.
    Source code: github.com/dieudonneAwa/todo/...
    👇👇👇SUBSCRIBE TO THE CHANNEL 👇👇👇👇
    / @fullstackmastery
    OTHER VIDEOS YOU MIGHT LIKE👇👇
    - How to Setup React app from SCRATCH: • How to setup React app...
    - How to create a responsive hamburger navigation menu: • Responsive Hamburger m...
    - JWT authentication in Reactjs using Cookies: • How to handle authenti...
    - How to render a list of todo objects in Reactjs: • How to Render an array...
    - Form validation with React hooks: • Sign up form validatio...
    - How to setup sequelize and postgres: • How to setup Sequelize...
    - Password Reset using SendGrid: • Password Reset using S...
    - CRUD Operations with sequelize: • CRUD operations with S...
    - How to create sequelize migrations and associations: • Create Sequelize Migra...
    - NodeJS Authentication with JWT: • Implement Authenticati...
    HELPFUL RESOURCES
    Certified ScrumMaster Training: Get $200 off Today! Use this code SCRUM200
    click.linksynergy.com/fs-bin/...
    $2,760 in Savings: Premium PMP Exam Prep Boot Camp! Get everything you need to pass & enhance your skills
    click.linksynergy.com/fs-bin/...
    #nodejs #todolist #besttodolist #passwordreset #sendgrid
    Follow FullStack Mastery on Twitter: FullstackValley?s=09
    Follow FullStack Mastery on Facebook: lm. l.php?u=https...
  • НаукаНаука

Комментарии • 14

  • @fullstackmastery
    @fullstackmastery  3 года назад

    I recently released a tutorial for adding Google OAuth to a React/Next.js, Node/express, and Postgres/Sequelize application.
    Check it out, I'm sure you will find it helpful.
    ruclips.net/video/RkWPDBPkjXs/видео.html

  • @rupenderfox
    @rupenderfox 4 года назад

    really good idea for a tutorial, things are well explained thank you. As mentioned below can't wait for the react part. SUbscribed.

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Hi @Big Rub
      Thanks for subscribing.
      I will be uploading videos for the frontend part of the app soon.

  • @Kprywatne
    @Kprywatne 4 года назад

    WOW...Very happy to find this series, but PLEASE tell us you will add a react frontend!!

    • @fullstackmastery
      @fullstackmastery  4 года назад

      Thanks for Watching @Konto
      Yes I plan on adding a Reactjs/Redux front end, as soon as I'm done with this api.
      So keep watching out for new uploads.
      Thanks

  • @Jonasprodrigues
    @Jonasprodrigues 3 года назад

    thank you very much for the teacher tutorial! many congratulations for didactics! I can't update my password, I've tried all the ways. weird 🤔🤨

  • @fullstackmastery
    @fullstackmastery  4 года назад +1

    I've been thinking of adding sign in and sign up with Google. What do you think? Drop your comments.

    • @Jonasprodrigues
      @Jonasprodrigues 3 года назад

      it will be a great tutorial

    • @fullstackmastery
      @fullstackmastery  3 года назад

      I recently released a tutorial for adding Google OAuth to a React/Next.js, Node/express and Postgres/Sequelize application:
      ruclips.net/video/RkWPDBPkjXs/видео.html

  • @octaviojorge755
    @octaviojorge755 2 года назад

    Puede ser que el codigo fuente no se puede ser en git?

    • @fullstackmastery
      @fullstackmastery  2 года назад

      Thanks for watching.
      Where would you prefer that I share the source code?
      Gracias por ver.
      ¿Dónde prefieres que comparta el código fuente?

  • @NathanielBabalola
    @NathanielBabalola 3 года назад

    sorry i would like some clarification.
    I don't understand a reset password method that you need to copy the link sent to your email to postman and send the the new password in the request.body

    • @fullstackmastery
      @fullstackmastery  3 года назад

      I used postman to test the endpoint. Ideally, the endpoint is meant to be integrated with the front-end.

    • @NathanielBabalola
      @NathanielBabalola 3 года назад +1

      @@fullstackmastery okay, I understand