https://github.com/yanncarvalho/jwt-authentication
An API that provides JWT Authentication
https://github.com/yanncarvalho/jwt-authentication
authentication csharp dotnet jwt jwt-authentication mysql
Last synced: about 2 months ago
JSON representation
An API that provides JWT Authentication
- Host: GitHub
- URL: https://github.com/yanncarvalho/jwt-authentication
- Owner: yanncarvalho
- Created: 2022-04-29T01:18:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T14:25:14.000Z (about 4 years ago)
- Last Synced: 2025-02-07T09:15:34.430Z (over 1 year ago)
- Topics: authentication, csharp, dotnet, jwt, jwt-authentication, mysql
- Language: C#
- Homepage:
- Size: 7.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT Authentication ##
An API that provides JWT Authentication
## Built with ##
- .NET 6.0
- C# 10.0
- MySQL 8.0
## How it works ##
- The user authentication is made by JWT, which is generated when user login or update your information
- The passwords are stored in a database using Entity Framework and encrypt with Bcrypt.
## Author ##
- Made by [Yann Carvalho](https://www.linkedin.com/in/yann-carvalho-764abab6/)