Secured Cookie Authentication in .NET 8 Blazor App : Simplified Implementation with Auto Render Mode

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

/*Source codes available*/

/*Playlist*/

/*Related*/

/*Follow Netcode-Hub*/
Рекомендации по теме
Комментарии
Автор

Thank you! This got me through a working version of this when a lot of other demo's had issues in NET8. Your efforts are much appreciated!

andrewd
Автор

There is a problem with on row 89 in PersistAuthStateProvider on server project. You are filling fullname with username
I believe at login claims must be set. Don't forget the roles :)

kourosh
Автор

great videos. Can you give a demo about Blazor webassembly PWA which can use indexedDB to work offline? And the data will be synced with sql server when it’s back online. I didn’t see you have similar project. Thanks.

vpep
Автор

Hi, I am confused in different authentication scheme, and i found out that storing access tokens insdie http only cookie will be the secure option but i didn't found any video that addresses this in. Net 8 and blazor

ibtehajali
Автор

Thank you so much,
Your video is very helpful.

Would you like to make video about MudBlazor with Blazor NET8 multiple render mode per page and how to deal with MudBlazor issues

waleedbensumaidea
Автор

Hi sir, can u provide more videos for the .NET MAUI Blazor project, have a nice day.

ALEPPPFIR
Автор

You're playing tricks. The final Register form model was converted from a property to a class instance, and access modifiers changed too.

AlejandroCruz-to