Nest.js - full authentication course

Sdílet
Vložit
  • čas přidán 25. 05. 2022
  • Nest JS authentication project build with Nestjs, Prisma, Postgresql, JWT and cookies.
    Github repo:
    github.com/michaelDonchenko/n...
  • Věda a technologie

Komentáře • 48

  • @christopherodhiambo7696
    @christopherodhiambo7696 Před rokem +3

    I was struggling to understand the NestJS Authentication, but having seen this video. I am now able to setup the NestJS Authentication, thank you so much!

  • @khal-elbangcola8167
    @khal-elbangcola8167 Před rokem +1

    Thank you Sir for sharing your knowledge. Much appreciated.

  • @mamlzy
    @mamlzy Před rokem +2

    Thank you so much Mike dev, now i know how to extractJwt from cookies in JwtStrategy, thanks again!

  • @CodewithAby
    @CodewithAby Před rokem

    Thank you for this video, what I was looking for exactly

  • @abodesegunezekiel6145

    This is a great tutorial, Thanks

  • @VIKTOR-pw8eu
    @VIKTOR-pw8eu Před rokem

    Thanks for the great tutorial!

  • @Lienhabei
    @Lienhabei Před 5 měsíci

    Very good course

  • @codewithstruckchure
    @codewithstruckchure Před rokem +3

    "They have a cat image, it's supposed to be good" 🤣
    And actually it's good, thanks for the education BTW.

  • @murat6018
    @murat6018 Před rokem

    Saved my life man, the NextJS docs are kinda weird when it comes to auth.

  • @siriusmarz512
    @siriusmarz512 Před rokem

    Thanks you haved help me.

  • @HenryOsim
    @HenryOsim Před 2 lety +1

    nice tutorial

  • @owofrostyy8840
    @owofrostyy8840 Před 2 měsíci

    I feel like you could keep the service lvl cleaner like this: in sign in logic, you didn't have to pass req and res to the service level and could've handled as follows:
    At the service level: async sign-in(dto) {
    ...The rest of your code
    return token;
    }
    And then at the controller level:
    async sign-in(dto, req, res) {
    const token = await this.authService.sign-in(dto)
    req.cookie("jwt", token, {...Your cookie options}).
    }

  • @suryaprakashchaudhary2685

    Explaination is very good but I faced error like everytime I get 401 UnAuthorized Access. My JWTToken and cookie generated successfully and also then contained correct credentials

  • @vineetguptagwl
    @vineetguptagwl Před 7 měsíci

    Please make a Playlist of nest js

  • @HenryOsim
    @HenryOsim Před 2 lety +2

    I want to build a rest api that will be consumed by react admin(front-end) using sessions/http-only cookies and a mobile app using jwt tokens(stateless). Please can you advise me on how to structure/Architect my NestJS project to help me build this?

    • @mikedev4673
      @mikedev4673  Před 2 lety

      Do you ask how to separate the web method from the mobile? or how to implement this methods?

  • @mdhasanmia474
    @mdhasanmia474 Před 9 měsíci

    how to use myuser api for fetching data... i get error unauthorised when i call from react frontend, i set token in token in cokies using jwt-token, then pass it by headers .. but not work.please give a axios example.. its urgent

  • @jll9464
    @jll9464 Před rokem

    Hi! Thank you very much for your video. I followed your tutorial, but I encountered a problem. When I try to post the email and password, nest.js will have an error: Invalid `prisma.users.create()` invocation in xxx and : Query createOneusers is required to return data, but found no record(s). Do you know how to solve this?

    • @mikedev4673
      @mikedev4673  Před rokem +1

      Hi try to debug this with console logs I don't sure what this error is but check what causes it, put logs on your email and password and on the result on the result of the creation maybe

    • @jll9464
      @jll9464 Před rokem

      @@mikedev4673 Thank you very much ! I solved this by use createMany() instead of create(), but I still don't know why.

  • @babarzaman151
    @babarzaman151 Před rokem

    you can run prisma db push instead of the prisma migrate dev

  • @reanyouda8299
    @reanyouda8299 Před 2 lety +1

    How can i check if user already sign or not ?
    In front end

    • @mikedev4673
      @mikedev4673  Před 2 lety

      You can have isAuth flag stored somewhere globally in your app, and after the login change it to true. If you want to check or get some info from server private route your client should send the jwt cookie for validating your user.

    • @reanyouda8299
      @reanyouda8299 Před 2 lety

      @@mikedev4673 yes but what is token is dead and how can i check if it dead and redirect user to login page or something?

    • @reanyouda8299
      @reanyouda8299 Před 2 lety

      or i should have a function to get data from private route if failed user direct to login page

    • @mikedev4673
      @mikedev4673  Před 2 lety

      @@reanyouda8299 yes it is possible to do it like that and to make a token to expire you can define how long the token will last at the jwt options.

  • @elaydit1579
    @elaydit1579 Před rokem

    Hi, what should i do?
    JwtStrategy requires a secret or key

    • @mikedev4673
      @mikedev4673  Před rokem

      did you make .env file with the jwt secret?

  • @BenfredjMaissa
    @BenfredjMaissa Před rokem

    Thanks for the great tutorial , you have any idea about how to send mail verification and forgot password please ?

    • @mikedev4673
      @mikedev4673  Před rokem +1

      I did it before it was a long time ago but I think I just used some mailing service, you can check sendgrid or mailchimp

    • @1023Xc-tw6zi
      @1023Xc-tw6zi Před 2 měsíci

      @BenfredjMaissa Did you ever find out how to do email verification and password recovery?

  • @coderegtech4492
    @coderegtech4492 Před rokem

    can you do it with refreshToken?

    • @mikedev4673
      @mikedev4673  Před rokem

      It is quite an overkill but I will consider making a real project and include that

  • @user-ji7sm5hw1j
    @user-ji7sm5hw1j Před rokem

    Greate job! Need frontend with NextJS to this backend and rename fullstack to PPNN(Postgress+Prisma+Nest+Next). Patent plz :)

    • @mikedev4673
      @mikedev4673  Před rokem

      It's actually made me laugh lol, but a good idea I will consider making a real project with this stuck not just authentication

  • @fromntop3750
    @fromntop3750 Před rokem

    Thank you so much, your video is perfect. I was looking for, but didn't find anthing while i saw youre video.
    Interesting moment for me, 1:29:28 you logged by test2 account, but you can see test email and coun't see test2? Is it true? Or i misunderstood you maybe. I wish you a lot of subscribles.
    if i have some mistakes, i am sorry🤭

    • @mikedev4673
      @mikedev4673  Před rokem

      hi I can see why it may be confusing but I was logged in as just test, the fields you see in the body doesn't actually matter we are making a get request so it doesn't matter what is there

  • @hafiz2047
    @hafiz2047 Před 8 měsíci

    Please make amazon clone

  • @rafaelbarbosa3030
    @rafaelbarbosa3030 Před měsícem

    dude great video but damn why are you so slow

  • @onrightside
    @onrightside Před 11 měsíci

    what terrible thing happened to your mic ;)

  • @bajranedim4100
    @bajranedim4100 Před rokem

    I follwed your course, and all works fine but guards. I cloned your project also and tried, but still when I put @UseGuards(JwtAuthGuard) I am facing 401 unauthorized error

    • @mikedev4673
      @mikedev4673  Před rokem

      Hi, did you try to "login" first with postman?
      you should have a cookie to pass the guard

    • @galkristofhun
      @galkristofhun Před rokem

      @@mikedev4673 hey! It seems to me that I have the same error.
      {
      "statusCode": 401,
      "message": "Unauthorized"
      }
      And Yes, I logged in and I have the Cookies in the Postman.
      Everything works, except this, it tells me Unauthorized no matter what.

    • @mikedev4673
      @mikedev4673  Před rokem

      @@galkristofhun ok I will check this issue

    • @galkristofhun
      @galkristofhun Před rokem

      @@mikedev4673 thanks, although now I don't remember how, but I managed to solve it.

    • @wlady3190
      @wlady3190 Před 6 měsíci

      Did you find where is the error? thx@@galkristofhun