This repository demonstrates how to implement JWT (JSON Web Token) authentication in a .NET 6 application.
- Clone the repository:
git clone https://github.com/minthukha-coding/DotNet6.JwtTokenExample.git
- Navigate to the project directory:
cd DotNet6.JwtTokenExample - Restore the dependencies:
dotnet restore
Run the application with:
dotnet run