https://github.com/joaosouzaaa/jwtauthentication
JWT Authentication with Identity in .NET
https://github.com/joaosouzaaa/jwtauthentication
authentication entity-framework-core identity jwt
Last synced: 2 months ago
JSON representation
JWT Authentication with Identity in .NET
- Host: GitHub
- URL: https://github.com/joaosouzaaa/jwtauthentication
- Owner: joaosouzaaa
- Created: 2024-09-26T22:28:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T11:57:39.000Z (6 months ago)
- Last Synced: 2025-01-27T10:11:41.365Z (4 months ago)
- Topics: authentication, entity-framework-core, identity, jwt
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_jwt-authentication-in-net-activity-7270045010677415938-PV72?utm_source=share&utm_medium=member_desktop
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWTAuthentication
The goal of this project is to show the implementation of jwt authentication using native libraries and Identity from Entity Framework Core.
# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- Identity
- PostgreSQL
- JWT
- xUnit
- Moq
- Docker