https://github.com/angelodotnet/net8-sampleauthjwt
Example that simplifies the creation of endpoints for Microsoft Identity authentication with JWT token, developing with Minimal API (instead of controllers).
https://github.com/angelodotnet/net8-sampleauthjwt
Last synced: 4 months ago
JSON representation
Example that simplifies the creation of endpoints for Microsoft Identity authentication with JWT token, developing with Minimal API (instead of controllers).
- Host: GitHub
- URL: https://github.com/angelodotnet/net8-sampleauthjwt
- Owner: AngeloDotNet
- Created: 2024-10-16T11:22:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T08:43:17.000Z (over 1 year ago)
- Last Synced: 2025-04-11T06:13:36.493Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NET8 - Sample Authentication with Token JWT
About
Example that simplifies the creation of endpoints for Microsoft Identity authentication with JWT token, developing with Minimal API (instead of controllers).
This template was created using Marco Minerva's repositories as an example
- https://github.com/marcominerva/SimpleAuthentication
- https://github.com/marcominerva/TwoFactorAuthenticationSample)
## Installation
Apply migrations for the database from the Package Manager Console
```bash
Update-Database -Context ApplicationDbContext -Project SampleAuthJWT.DataAccessLayer
```