Implementing User Authentication With Node JS and PostgreSQL

Hi all,
In this video we are going to be building a Node JS application which will connect to Postgres (SQL) database. The database will be used to store user details including their names, email addresses and passwords in order for them to log on to the application.
We will be using the following Node libraries:
Express - To serve our application
bcrypt - To hash user password to make them secure
express-session - To store session details in a session cookie object
express-flash - To display flash messages to the user
passport - To authenticate users
passport-local - To implement a local authentication strategy for our application
I hope you enjoy the video. Please leave me a comment below if you have any questions.
Source code: github.com/conorbailey90/node...
Thanks guys. If you find this tutorial helpful then please consider subscribing to my channel.
Conor

Пікірлер: 242

  • @FlukeHusky
    @FlukeHusky3 жыл бұрын

    This has been super helpful. Thank you so much for making this tutorial!!

  • @LightningFox2407
    @LightningFox24073 жыл бұрын

    absolute legend - so many concepts explained very well and linked together all at once, thank you!

  • @amitabhxyz
    @amitabhxyz

    Did the complete tutorial with you! Worked like a charm! Thank you for sharing this! :)

  • @gregorvand4790
    @gregorvand47903 жыл бұрын

    Great tutorial - easy to follow along, and like some others have said, seeing the debugging is good and keeps knowledge fresh for the viewer. More of these!

  • @Samsul2013
    @Samsul20133 жыл бұрын

    Hi Conor, it seems your video is the best without distracting me from other issues unrelated to auth in the lesson

  • @knowledgemagnetic4518
    @knowledgemagnetic45183 жыл бұрын

    Great tutorial. Everything worked and I learned a lot in the process. Thanks!!!

  • @taylorgraham2906
    @taylorgraham29064 жыл бұрын

    Amazing video! I ended up needing to use react for my frontend but this was the best explanation ever. Definitely will watch more of yours! :)

  • @armer18
    @armer184 жыл бұрын

    49:13

  • @MoonlightReserve
    @MoonlightReserve3 жыл бұрын

    I rummaged through all KZread in search of a similar video, thank you very much, you helped me do my term paper.

  • @raffayahmed9390
    @raffayahmed93902 жыл бұрын

    Perfect Explanation, I'll surely use this whole auth system in my projects !!

  • @nikitagupta8114
    @nikitagupta81144 жыл бұрын

    Thank you so much. The tutorial was so nicely explained and it is very helpful for beginners. Keep it up!

  • @Samsul2013
    @Samsul20133 жыл бұрын

    The most brilliant instructor on earth

  • @riccardovitali3564
    @riccardovitali35644 жыл бұрын

    Great video, thank you very much, I love when you solve the issue, it's debugging!

  • @andreygrigorev8366
    @andreygrigorev83663 жыл бұрын

    That video helped me so so much! Finally i can make auth at my website. You have no clue how i'm grateful to you, subbed.

  • @olaman
    @olaman Жыл бұрын

    this was awesome! i was transalting your JS to TS. Challenging but worth it

  • @xXBaad13Xx
    @xXBaad13Xx4 жыл бұрын

    Thank you so much. This tutorial is amazing and really useful!

  • @parfaitmombo7471
    @parfaitmombo74713 жыл бұрын

    Thanks, Conor! I appreciated the way you went step by step and mentioned what you will be doing in each step. It helps a lot to have a logical flow. Cheers! By the way, I also created a Donal Trump account as you did.

  • @MasterPritex
    @MasterPritex4 жыл бұрын

    Wow man, i saw literally every tutorial in the first page of youtube, but yours is on another level. Keep going pal!

  • @maheswaranparameswaran8532
    @maheswaranparameswaran85323 жыл бұрын

    Thanks a lot Conor for this tutorial, really helped me a lot for my Project!!!...Keep up the good work man

  • @seankennelly2984
    @seankennelly2984

    Excellent, really helpful and easy to follow! I'm glad you left some mistakes in the video as they gave a chance for me to check my code and find them myself