Forgot Password Logic - Explained

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • In today's video we will be taking a look at how exactly the logic behind resetting your password using the forgot password option in almost all websites work. This is just the theory behind how this will work so this is universal to any programing language or frontend. I will be making a video on this using NodeJS and React so if you are interested in seeing a practical video of this let me know in the comments down below!
    If you enjoy these types of content SMASH that LIKE button and don't forget to SUBSCRIBE for more content just like this!*
    Hope you are all doing well and have a awesome day 😎!!!
    My personal website
    =================
    www.thefullsta...

КОМЕНТАРІ • 23

  • @SirJagerYT
    @SirJagerYT 2 роки тому +2

    I was implementing the same in my go project, there were many ways to do it . I was doing more bloated way , They flow you explained is good and minimal. I like it.
    edit: One more thing you should have add to remove token from user after updating password. (it is obvious but still beginners might not do)

  • @tmoumimahmoud6966
    @tmoumimahmoud6966 27 днів тому

    Thank you very much for this vedio , I have one question about tables schema , so the the Reset_PWD table dosn't have a relation with the USER table ? we only validate the token (comparing public token hashed with the actual private token) .

  • @sirlionellord
    @sirlionellord 3 роки тому +5

    i would like to see this with node and react. Thank you

  • @erwin6277
    @erwin6277 3 роки тому +2

    wow! fantastic! can you explain date logic(like todo's timeline) as well? how can we implement week days and store data in them?

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

      Not quite sure what you mean, can you explain more what you mean? Are you trying to make a todo app?

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

      @@the_full_stack_junkie yes a todo app that tracks tasks by days in the week

    • @RobinSingh-ms3zt
      @RobinSingh-ms3zt 3 роки тому +2

      @@erwin6277 You can use the JS default Date Object if storing your todos in localSotrage, and if store your todos in a Database then every Database ORM like Mongoose offers your nice way of storing Date Stamps which you can later use to apply filters based on date and time.

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

      @@RobinSingh-ms3zt thanks!

    • @the_full_stack_junkie
      @the_full_stack_junkie  3 роки тому +2

      This is actually a good idea for a project, I will look into making a project like this using the MERN stack

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

    Was the node and react video for this released - I can't seem to find it?

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

    I really like this channel

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

    One question: can we reset a new password from the app?

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

    More than amazing:)

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

    Thanks bro, helpful :)
    Subscribed you :)
    Also, please add your TWITTER in description :P

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

    Thankyou brother

  • @MohanadSaid-u8x
    @MohanadSaid-u8x 7 місяців тому

    Super

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

    Can you give picture of this diagram?

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

    Awesome!!!

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

      I would like to see this with node.j Thank you

  • @Vlad-us9xt
    @Vlad-us9xt 3 роки тому

    top!!!

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

    I LOVE YOU