An open API service indexing awesome lists of open source software.

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

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/)