Implementing JWT Authentication in ASP.NET Core 5
To clone this repository, create a folder in your computer where you would like the source code tpo be downloaded. Now you can clone the source code repository using the following command:
git clone https://github.com/joydipkanjilal/jwt-aspnetcore.git
To run this application in your computer, follow the steps outlined below to start the application:
- Launch Visual Studio in your system
- Click File -> Open -> Project/Solution...
- Select the .sln file and click Open
- Once all files have been loaded, build the solution
- Press F5 to start the application