Deconstructing Blazor (.NET 8) Authentication - Authentication State Provider

preview_player
Показать описание
On the last stream we started deconstructing how authentication works and made some discoveries about how the product (in the box) operates for authentication and authorization. This time we are going to look at how to deal with this in server rendered applications.

***

(Disclosure: TheDevTalkShow may receive credit if you sign up. We are just happy to share a product we are actively using.)
Рекомендации по теме
Комментарии
Автор

This is awesome, keep up the good work.

cyberonyx
Автор

How can i Implement with token instead of cookies and how to flow the Presist compent state from and to my custome authentication state provider and btw i use template auto rendermode.


In fact, I have been facing these errors for about 29 days and have not found a solution yet.

Like when use components like <AuthorizeView Role="Admin" />

The component itself doesn't get the state of user!!.

Are there any resources and solutions to the problem?

waleedbensumaidea