Episode 15: Cookie Authentication in ASP.NET Core

preview_player
Показать описание
Core Identity is the officially encouraged method of authenticating users in ASP.NET Core. As you might have guessed, we're not fans of the heavy handed, black box approach needed to make Core Identity "Just work".

We want to use as much of the existing ASP.NET Authorization framework as we can while avoiding Core Identity. Thankfully, ASP.NET Supports cookie authorization without Core Identity!

Рекомендации по теме
Комментарии
Автор

How can we integrate 2FA to the cookie Authentication without using identity

vindhyapatamsetti
Автор

Hey Awesome video, can you guys do .net core SSO. (without Identity server)

ravindranavarathne
Автор

What is "UserService"? There's no explanation of that. Is it built in as part of the framework?

elontusk