https://github.com/teshanecrawford/jwtauth
Jwt authentication in ASP.NET Core
https://github.com/teshanecrawford/jwtauth
aspnet-core csharp dotnet entity-framework-core microsoft-sql-server
Last synced: 5 months ago
JSON representation
Jwt authentication in ASP.NET Core
- Host: GitHub
- URL: https://github.com/teshanecrawford/jwtauth
- Owner: TeshaneCrawford
- License: mit
- Created: 2024-01-11T04:39:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T05:24:50.000Z (over 2 years ago)
- Last Synced: 2025-01-18T13:57:29.647Z (over 1 year ago)
- Topics: aspnet-core, csharp, dotnet, entity-framework-core, microsoft-sql-server
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JWT Authentication and Role-based Authorization with ASP.NET Core Identity and API
This is a sample project to demonstrate how to implement JWT Authentication and Role-based Authorization with ASP.NET Core Identity and API.