ASP.NET Core JWT Authentication and role-based authorization

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

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

  • @damianjankov3343
    @damianjankov3343 6 หลายเดือนก่อน +2

    Finally a video where I understood the concept! Thanks

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Glad it helped!

  • @vinaysoni4363
    @vinaysoni4363 2 ปีที่แล้ว +2

    This is the amazing explanation regarding Api authentication and authorisation process along with real action demonstration.
    I really appreciate your efforts to make this concept easy to understand and digest. ❤️

    • @juliocasal
      @juliocasal  2 ปีที่แล้ว +1

      Glad it was helpful, Vinay!

  • @Kibinas
    @Kibinas ปีที่แล้ว +1

    Great tutorial, I appreciate simplicity and you deliver quality content without any cumbersome code

  • @praveenverma7470
    @praveenverma7470 6 หลายเดือนก่อน +1

    Great tutorial, learned a new way to test the API without switching to postman, swagger or using curl. 🙂

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน

      Great to hear!

  • @cristinaandreani2410
    @cristinaandreani2410 2 หลายเดือนก่อน +1

    Thanks again! great as always!

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

      Glad you liked it!

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

    Thing of beauty, thanks for the video

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

      Glad you enjoyed it

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

      @@juliocasal maybe something about modular architecture in the future? 👀

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

      @@RaWMajkeL Modular architecture?

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

      @@juliocasal I meant modular monolith pattern

  • @rohitnaiksawal6925
    @rohitnaiksawal6925 7 หลายเดือนก่อน

    You are simply Awesome Julio! Thank you for your efforts....

    • @juliocasal
      @juliocasal  7 หลายเดือนก่อน

      My pleasure!

  • @EldonElledge
    @EldonElledge 2 ปีที่แล้ว +2

    This was very well done and great content. I would like to call out that, it is best practice to use a Reference Token for communicating from the UI to an API, in place of a jwt token. Jwt tokens are still a valid choice to use between services.

    • @juliocasal
      @juliocasal  2 ปีที่แล้ว +1

      Great tip Eldon!

  • @abdurrehman-bx1yo
    @abdurrehman-bx1yo 11 หลายเดือนก่อน +1

    Hi, I Have a question. If we do not want to call RequireAuthorization on a endpoint (I just want the user to be authenticated for a specific endpoint and no other things needed like role etc.), it's not even validating the token. I mean, if token is not there it still returns result. What is happening here, could you please explain.

    • @juliocasal
      @juliocasal  11 หลายเดือนก่อน

      Without the RequireAuthorization call you basically have an anonymous endpoint. Call RequireAuthorization with no parameters instead.

  • @abdurrehman-bx1yo
    @abdurrehman-bx1yo ปีที่แล้ว +1

    Thanks, very much helpful 👌

  • @testtest-c4z
    @testtest-c4z ปีที่แล้ว +1

    What is the difference between Claim and Signature? what does each one reference?

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Claims are the pieces of information being asserted about a subject (the user, typically). The signature is used to verify that the sender of the JWT is who it says it is and to ensure that the message wasn't changed along the way.

  • @messenja2547
    @messenja2547 ปีที่แล้ว

    Love ur explanation Julio, thanks for sharing

  • @flash7919
    @flash7919 6 หลายเดือนก่อน

    Thank you for this great tutorial
    How I can generate a code and make register page and login

    • @juliocasal
      @juliocasal  6 หลายเดือนก่อน +1

      dotnet new blazor -au Individual

    • @flash7919
      @flash7919 6 หลายเดือนก่อน

      @@juliocasal I wanna make a webapi and for front-end I wanna use reactjs
      how I can make this mix

  • @geraldsonperez6287
    @geraldsonperez6287 ปีที่แล้ว

    How would I generate token for the users of my API with this package?

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Geraldson, generating tokens for real users involves introducing an identity provider, either built by yourself or already built for you. I cover that in my .NET microservices program, here: dotnetmicroservices.com/building-microservices-with-dotnet

  • @sidisidahmed755
    @sidisidahmed755 ปีที่แล้ว

    Thank you

  • @awaisshabir9169
    @awaisshabir9169 2 ปีที่แล้ว

    Great content

    • @juliocasal
      @juliocasal  2 ปีที่แล้ว

      Glad you think so!

  • @TranTien-kx2mj
    @TranTien-kx2mj 3 หลายเดือนก่อน

    Bro should apply this into your Microservice course 🥲🥲

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

      New .NET Bootcamp coming soon!