/AspNetCore-Identity

.NET Core Web API and Cookie Authentication

Primary LanguageC#MIT LicenseMIT

ASP .NET Core Identity

This repository contains the samples which I have created for my blog https://manojchoudhari.wordpress.com

There are 1 base sample in the repository with name IdentityConfigurationSample. This sample is further used as base for CookieAuthSample and JwtAuthSample.