Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarapmagcode/authentication-and-authorization-using-asp.net-identity-and-json-web-tokens

A demo that implements authentication & authorization using asp.net core
https://github.com/sarapmagcode/authentication-and-authorization-using-asp.net-identity-and-json-web-tokens

backend c-sharp dotnet-7 dotnet-core jwt-authentication jwt-token web-api

Last synced: 2 days ago
JSON representation

A demo that implements authentication & authorization using asp.net core

Awesome Lists containing this project

README

        

# AuthDemo
### Top-level Packages(Nuget):
- Microsoft.AspNetCore.Authentication.JwtBearer
- Microsoft.AspNetCore.Identity
- Microsoft.AspNetCore.OpenApi
- Microsoft.AspNetCore.Identity.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.Design
- Microsoft.EntityFrameworkCore.SqlServer
- Microsoft.EntityFrameworkCore.Tools
- Swashbuckle.AspNetCore