https://github.com/learnwithkawsar/asp-net-core-token-based-auth
ASP .NET Core 2.2 Token Based Authentication
https://github.com/learnwithkawsar/asp-net-core-token-based-auth
asp-net-core asp-net-mvc authentication jwt-authentication jwt-token token-authentication
Last synced: about 1 year ago
JSON representation
ASP .NET Core 2.2 Token Based Authentication
- Host: GitHub
- URL: https://github.com/learnwithkawsar/asp-net-core-token-based-auth
- Owner: learnwithkawsar
- Created: 2019-09-21T11:51:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T12:39:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T16:48:02.550Z (over 1 year ago)
- Topics: asp-net-core, asp-net-mvc, authentication, jwt-authentication, jwt-token, token-authentication
- Language: C#
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP-NET-Core-Token-Based-Auth
ASP .NET Core 2.2 Token Based Authentication
[Clone](https://github.com/learnwithkawsar/ASP-NET-Core-Token-Based-Auth.git) Source Code from github.
Open the project in Visual Studio 2017 or higher.
`Build Project`
Open Package Manger Console
Run `Update-Database` Command on PM
Run the project
Test your api from any rest-client apps Like:[Postman](https://www.getpostman.com/)
## API List
1. `api/auth/register`
2. `api/auth/login`