Mastering .NET 8 Blazor Cookie Authentication & Authorization with Individual Accounts! 💻🚀

preview_player
Показать описание

/*Get Source Code From GitHub*/

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

It is an excellent video. It allowed me to understand several important concepts. Thank you.

MrFEMGM
Автор

MASTER 🙏🙏. You make it so simple to understand, that's so high, thanks 👍🏽

bocarmg
Автор

Thanks for such descriptive video and complete functional code. I cloned the solution from the github repo, however on mac I do not have sql server available easily. So I modified the code to cater for sqlite database instead, and it worked like a charm!

vixntjf
Автор

Great video. 1 Question. Where/how would I add custom claims to list?

ThatKevinGrigsby
Автор

Great video man. Can you make a video about interceptors? A class where all the request are going through and set token as a header for every request. Can i store acces_token in claims to use for my request?

gilbert
Автор

Thank you for the video. I have individual account cookies for the render mode auto exactly as shown in this video. There are also a few controllers on the server project that are being consumed by the client HttpClient. I tried to put [Authorize (Roles ="Administrators")] on the API controllers but that didn't work. Do I need to configure different authentication schemes for the API controllers and razor pages? Are there any resources you have created?

dp-bhatt
Автор

Thank you very much for your videos, I had a marathon of them but I am facing a problem :( .I need MainLayout to be interactive, it works correctly until I use the "Account" pages, it is because they need a HttpContext and lose interactivity (This is explained in AccountLayout). How can I keep the interactivity of MainLayout? Can you help me please?

sebastian.cardozo
Автор

I need this to work on Azure. Have you tried deploying this to Azure?

philipquarles
Автор

For some reason, which I can not figure out, when I use the Blazor wep app template and choosing Interactive render mode Auto(Server and WebAssembly) the template don't create two projects, it does not create the client project. did they change the template or something ?

klondikexx
Автор

can you create for razor pages instead of blazor

LYRIPLAY