Secure Blazor Web Assembly App : Consume JWT Authentication with .NET 8 Clean Architecture in Blazor

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

/*Source codes available*/

/*Playlist*/

/*Related*/

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

I look forward to seeing what I can do with this!

gerardhayden
Автор

Hello. I have a question about the user name and email you are adding on the top nav. How is @context.User.Identity.Name working? Is this from AppDbContext that you created to connect database? Why don't you get the email the same way, why do you get the email from claims. Thanks

vpep
Автор

It's not a good idea to store auth tokens inside local storage.

kalpaperera