Authentication Server Using ExpressJS and Passport

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 11. 07. 2020
  • 📘New Course: Build full-stack React Typescript applications tsreact.maksimivanov.com/s/ytd
    How to authenticate users in nodejs / expressjs application.
    Code: github.com/satansdeer/passpor...
    Where to find me:
    Discord: / discord
    Twitter: / satansdeer

Komentáƙe • 12

  • @MoayadChannel
    @MoayadChannel Pƙed 2 lety +1

    Thank you Maksim, I appreciate how you always briefly present the gist of any tool!

  • @pulkitsingh5738
    @pulkitsingh5738 Pƙed 3 lety

    I liked the way you did make this tutorial 1 hr long like other CZcamsrs , short and meaningful tutorial thanks 👍

  • @mrhenry60412
    @mrhenry60412 Pƙed 3 lety

    It helps a lot. Nice work.

  • @abeechr
    @abeechr Pƙed 4 lety +3

    Would love to see how you’d use Passport with a React app.

  • @rram6875
    @rram6875 Pƙed 3 lety

    Great tutorial, can you please make one for apollo-server-express too?

  • @djoscarmix
    @djoscarmix Pƙed 3 lety

    I have created a server with express passport and passport local and express session. In localhosst it work perfectly but when I uploaded it to heroku, req.isauthenticated always return false,i have use connect-mongo to save the session in the database

  • @adarshpandya
    @adarshpandya Pƙed 4 lety

    Please make a video on how to store sessions with express js , without using passport just simple login

    • @satansdeer1
      @satansdeer1  Pƙed 4 lety +1

      Hey Adarsh, why don't you want to use passport?

    • @nonetry6071
      @nonetry6071 Pƙed 4 lety

      @@satansdeer1 may be because of complexity of passport

    • @satansdeer1
      @satansdeer1  Pƙed 4 lety

      hmm, you mean that it might be an overkill?

  • @mr_don_key
    @mr_don_key Pƙed 4 lety +1

    next time please do a real life example, how it SHOULD be done. Not this simplified example, that lacks good practises (like DB use).