Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarapmagcode/authentication-and-authorization-using-asp.net-identity-and-json-web-tokens
- Owner: sarapmagcode
- Created: 2023-10-23T02:33:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T02:51:02.000Z (about 1 year ago)
- Last Synced: 2023-10-23T03:31:03.066Z (about 1 year ago)
- Topics: backend, c-sharp, dotnet-7, dotnet-core, jwt-authentication, jwt-token, web-api
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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