/AuthECWebApi_dotnet_identity

This repository contains practical examples and boiler plate codes for authentication and authorization using different aspect of identity, jwt etc, keeps updating.

Primary LanguageC#

Installed NuGet Packages :

  1. Microsoft.AspNetCore.Identity.EntityFrameworkCore

  2. Microsoft.EntityFrameworkCore.SqlServer

  3. Microsoft.EntityFrameworkCore.Tools

This branch contains the implementation for User Authtication (SignUp and SignIn) using identity and JWT via Minimal API