Great video, really enjoyed the walk through. I'll try to implement this flow on my next project.
@aabdoulraqeeb24682 күн бұрын
Great Video man. I really like how you explain this stuffs man.
@Steven-11832 күн бұрын
I’m a recent subscriber, and I really appreciate your videos!
@PatrickGod2 күн бұрын
Awesome! Thank you! 🙏
@Chefrachida2 күн бұрын
Great video. I hope you will consider making a video about Clean Architecture with Blazor in .NET 9 with us. Thank you for your work.
@PatrickGod2 күн бұрын
Noted😊
@amirameri13544 сағат бұрын
Yes . I needed to this tutorial so .Dear Patrick , We are waiting for it 🙏
@Bakry5Күн бұрын
I click like button before I watch this course 🫶🩷🩷
@ashfaqmna6464Күн бұрын
It would be really great ,if u can make a video on Microsoft Identity with JWT in Web API.... this video is a good starting point to understand how JWT works ..and another great video!!!!
@TechhMannКүн бұрын
Awesome video love this! Thank you
@emilie1977Күн бұрын
Thank you very much! Ciao from Italy
@Leonidn1972Күн бұрын
Thanks a lot.The best chanel. Please,make real project with angular and .net core microservice.
@saeedkazeminia36372 күн бұрын
Thanks a lot patrick
@EvgeniyYatsenkoКүн бұрын
very helpful video!
@ProtikPC_pro_indigo2 күн бұрын
Dear Patrick, As much as I like these bite-sized capsules where you emphasize and teach on a specific aspect/functionality or concept, I'd like you to start a series, where you build a real world COMPLETE application starting from scratch(preferably with Angular and .NetCore) bit by bit. For us, your valued subscribers. You probably have and sell course of platforms Udemy Coursera etc. but I request you, give us regular subscribers something to cherish. Hope you understand where I'm coming from.
@heathens2867Күн бұрын
Why don't you take advantage of LLM's? You're in 2025, it's hightime that you should take help of LLMs as they're highly capable and highly effective to teach u in very easy way. Get the jest of the project from these videos and apply it later with the help of LLMs
@ProtikPC_pro_indigoКүн бұрын
@heathens2867 LLM ?
@rootbeer698Күн бұрын
@@ProtikPC_pro_indigo Large Language Model like ChatGPT.
@SanityIT22 сағат бұрын
@@ProtikPC_pro_indigo Fancy developer expression for AI.
@heathens286712 сағат бұрын
@@SanityIT AI is an umbrella term and not specific to just LLMs. ANYWAY, I get the jest :p
@mlsandreas2 күн бұрын
Thank you!
@sohailshamsramayКүн бұрын
I wonder, isn't it better to use Microsoft Identity as it does all heavy lifting for us and provide endpoints like /login, /register etc out of the box. Your thoughts @Patrick
@thiernodiallo5759 сағат бұрын
I wanted to ask the same question.
@ProtikPC_pro_indigo8 сағат бұрын
@@sohailshamsramay you mean like Azure AD B2C Auth Services ?
@tulnafКүн бұрын
Thank you again for the well explain tutorial. Can you make a video of how to use this Authentication with Blazor Server Web Application?
@junyuzhu24592 күн бұрын
amazing
@astheras6 сағат бұрын
Do I understand correctly that you always connect to the database with only one user and do not use the auth creds to connect to the db?
@whisperman49029 сағат бұрын
Hello, I am using Dotnet Identity but I think it does not have JWT feature, so I only add tables and managers. I continue with JWT myself. I started to question the benefits of this, would I be more comfortable with my own User like yours? What do you think?
@pascalsi12 күн бұрын
This is only the server part (WebApi) ?! How do I use that to login to my Blazor WASM standalone app for example, And once logged in make additional REST calls to some secured endpoints of the Web API by adding those token in the HTTP request header my Blazor WASM app will send to the Web API ? Some endpoints will be secured other not, so if no user is logged in, no token will be in the HTTP header.
@pascalsi12 күн бұрын
Can i use those tokens in my Blazor WASM standalone app to allow the logged in user to access or not some pages based on its roles ?