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 Жыл бұрын
Glad it was helpful, Vinay!
@damianjankov33435 ай бұрын
Finally a video where I understood the concept! Thanks
@juliocasal5 ай бұрын
Glad it helped!
@Kibinas Жыл бұрын
Great tutorial, I appreciate simplicity and you deliver quality content without any cumbersome code
@juliocasal Жыл бұрын
Glad you like it!
@praveenverma74706 ай бұрын
Great tutorial, learned a new way to test the API without switching to postman, swagger or using curl. 🙂
@juliocasal6 ай бұрын
Great to hear!
@cristinaandreani2410Ай бұрын
Thanks again! great as always!
@juliocasalАй бұрын
Glad you liked it!
@EldonElledge Жыл бұрын
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 Жыл бұрын
Great tip Eldon!
@rohitnaiksawal69257 ай бұрын
You are simply Awesome Julio! Thank you for your efforts....
@juliocasal7 ай бұрын
My pleasure!
@RaWMajkeL3 ай бұрын
Thing of beauty, thanks for the video
@juliocasal3 ай бұрын
Glad you enjoyed it
@RaWMajkeL3 ай бұрын
@@juliocasal maybe something about modular architecture in the future? 👀
@juliocasal3 ай бұрын
@@RaWMajkeL Modular architecture?
@RaWMajkeL3 ай бұрын
@@juliocasal I meant modular monolith pattern
@abdurrehman-bx1yo Жыл бұрын
Thanks, very much helpful 👌
@juliocasal Жыл бұрын
Glad it helped!
@messenja2547 Жыл бұрын
Love ur explanation Julio, thanks for sharing
@juliocasal Жыл бұрын
My pleasure!
@testtest-c4z Жыл бұрын
What is the difference between Claim and Signature? what does each one reference?
@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.
@abdurrehman-bx1yo11 ай бұрын
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.
@juliocasal11 ай бұрын
Without the RequireAuthorization call you basically have an anonymous endpoint. Call RequireAuthorization with no parameters instead.
@flash79196 ай бұрын
Thank you for this great tutorial How I can generate a code and make register page and login
@juliocasal6 ай бұрын
dotnet new blazor -au Individual
@flash79196 ай бұрын
@@juliocasal I wanna make a webapi and for front-end I wanna use reactjs how I can make this mix
@geraldsonperez6287 Жыл бұрын
How would I generate token for the users of my API with this package?
@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 Жыл бұрын
Thank you
@awaisshabir9169 Жыл бұрын
Great content
@juliocasal Жыл бұрын
Glad you think so!
@TranTien-kx2mj3 ай бұрын
Bro should apply this into your Microservice course 🥲🥲