Adding a login component to Blazor .NET 8 from scratch

preview_player
Показать описание
We've been deconstructing authorization and authentication in the various templates in Blazor .NET 8 and today we are going to try to make a login component to be used across various pages. This is not necessarily production ready but meant to illustrate what happens inside ASP.NET and Blazor.

Note that the Identity implementation is intentionally simplified so that we can all see what ASP.NET Identity is actually doing. We don't have to fear what might seem like magic in the Blazor templates that have Individual Accounts support added in. We can learn from those templates to create our own custom solution that fits our needs.

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

Thank you so much for this great show ❤

waleedbensumaidea