External Login Authentication from Scratch in Blazor

preview_player
Показать описание
If you've tried the .NET 8 @aspnet Blazor templates, you may feel overwhelmed by the code for authentication and authorization. We'll attempt to build external logins (logins using accounts like Microsoft accounts and Google accounts) so you can understand what is going on under the hood.

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

Great to see you guys doing the do, especially from scratch. I learn a lot more from live coding than I ever do with canned demos. Thanks...

aihopeful
Автор

what's the troubleshooting the process look like? I'm getting this error when I try to log a user out. I moved the antiforgery, removed the tokens, played with the authorization. nothing touching it.
The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "RequestVerificationToken".

cyberonyx
Автор

Hi guys. Thank again to clarify how this works. As you said last time you were showing us part of Authorization and Authetication but it was too small. I wonder if you re planning to do from a scratch the whole way to implement this together with not external login and customize it. I dont know why Microsoft s giving us this part so hard to newbie, all docs are links and you spend your days foward and backward the whole time and I cant find a link that show us the custom easy way improve it.

LuisSanchez-syrp