ASP.NET Core Authentication and Authorization

preview_player
Показать описание
Quick overview of authentication and authorization in ASP.NET Core.

Useful Links:

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

I need to DI several dependencies to support a .Net developed data layer. Implement both local and domain cookies, and handle them all from a library that can be dropped into any app that needs use it. I cannot change the server. Everything worked fine through static classes. This is a nightmare and .Net Core sucks!

JerrodVolzka