You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authentication and Authorization with ASP.NET Core Identity with .NET 8
Prerequisites: .net 8 sdk
WebApp_UnderTheHood #1: Authentication and Authorization UNDER the HOOD.
Provides custom implementation of authentication and authorization, it helps you know what is under the hood. This builds a strong foundation for learning ASP.NET Identity.
Web API #2: Securing Web APIs
Same idea with the previous section, but here we are securing Web APIs.
About
Authentication and Authorization with ASP.NET Core Identity