NestJS Refresh Token: Step By Step Guide With Passport.JS

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น •

  • @SakuraDev
    @SakuraDev  4 หลายเดือนก่อน

    Hey Developers! Please Like, Share, Subscribe, and comment your thoughts below-your support means a lot to me! ❤❤❤

  • @olagokebankole5853
    @olagokebankole5853 4 หลายเดือนก่อน +2

    This particular series has come handy for a particular project i actually want to start, keep up the energy.

    • @SakuraDev
      @SakuraDev  4 หลายเดือนก่อน

      That's fantastic to hear! I'm glad the series has been helpful for your project. Your support and enthusiasm motivate me to continue creating valuable content.

  • @FloKorp86
    @FloKorp86 22 วันที่ผ่านมา

    Dude thank you so much for this video. It saved me so much time!

    • @SakuraDev
      @SakuraDev  18 วันที่ผ่านมา

      Thanks 🙏, I am glad it was helpful

  • @raidthabet9074
    @raidthabet9074 4 หลายเดือนก่อน

    Keep up the great work!

    • @SakuraDev
      @SakuraDev  4 หลายเดือนก่อน

      Thank you! I appreciate the encouragement. I'll keep doing my best! 😊

  • @Mahadev-x7u
    @Mahadev-x7u 4 หลายเดือนก่อน +1

    Excellent…🔥🔥🔥💯🏄‍♂️ thank you 🙏

    • @SakuraDev
      @SakuraDev  4 หลายเดือนก่อน

      You're very welcome! I'm glad I could help. ❤️❤️

  • @tutuacs2827
    @tutuacs2827 4 หลายเดือนก่อน

    Hey, I'm trying to create a context for my navbar to display some user properties that can change over time. I want to update this context both when the token is refreshed and in some client-side components.
    For example, the user has a number that ranges from 1 to 5 and increases every 4 hours. Sometimes, this number might decrease on the site. I would like to update the navbar context every time the token is refreshed (using the refreshToken function in authOptions) and also when certain client-side components are used. Is this possible?

    • @SakuraDev
      @SakuraDev  4 หลายเดือนก่อน +1

      Hey @tutuacs2827! Use React's Context API to manage and update user properties. Update the context in your refreshToken function and in client-side components as needed. This will keep your navbar in sync with the latest data. If you need more details, feel free to ask!

  • @spyburner8488
    @spyburner8488 23 วันที่ผ่านมา

    Can I have the name of the theme and the icon pack you used in the video please? They look interesting. Good video

    • @SakuraDev
      @SakuraDev  17 วันที่ผ่านมา

      Hi, Material icons, bearded theme and jetbrains font

  • @FejkMarcin1212
    @FejkMarcin1212 3 หลายเดือนก่อน

    How about storing refresh token in a http cookie instead of sending it in a response?

    • @SakuraDev
      @SakuraDev  3 หลายเดือนก่อน +1

      Yes we can do that as well. 💯

    • @FejkMarcin1212
      @FejkMarcin1212 3 หลายเดือนก่อน

      @@SakuraDev ❤‍🔥

  • @sonamsherpa2409
    @sonamsherpa2409 3 หลายเดือนก่อน

    Could we create a video illustrating a scenario where a user attempts to log in on multiple devices? This method won't support refreshing tokens across all active login sessions.

    • @SakuraDev
      @SakuraDev  3 หลายเดือนก่อน

      I will search for the solution and create a video about that.

    • @Luizimbatera
      @Luizimbatera 2 หลายเดือนก่อน

      An option for this is to store refresh tokens in relation to the user, so a user can have several refresh tokens, making it possible to even invalidate sessions, have a limit on connected devices, etc.

    • @SakuraDev
      @SakuraDev  2 หลายเดือนก่อน

      @@Luizimbatera Thanks for sharing

  • @apdiwhapmohmet4458
    @apdiwhapmohmet4458 4 หลายเดือนก่อน +1

    Please add more features like role based authorization

    • @SakuraDev
      @SakuraDev  4 หลายเดือนก่อน +2

      That's a great suggestion! Role-based authorization (RBA) is a crucial aspect of building secure applications. I'll definitely consider adding more content on RBA to the course.

    • @apdiwhapmohmet4458
      @apdiwhapmohmet4458 4 หลายเดือนก่อน

      @@SakuraDevThanks pro