https://github.com/angelodotnet/aspnetcore.clientcallapi
The first project shows how to use a .NET Core console application to make a call to a web API, secured with JWT. The second project shows how to implement a web API protected by JWT.
https://github.com/angelodotnet/aspnetcore.clientcallapi
Last synced: 10 months ago
JSON representation
The first project shows how to use a .NET Core console application to make a call to a web API, secured with JWT. The second project shows how to implement a web API protected by JWT.
- Host: GitHub
- URL: https://github.com/angelodotnet/aspnetcore.clientcallapi
- Owner: AngeloDotNet
- Created: 2021-09-03T20:41:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:37:46.000Z (over 3 years ago)
- Last Synced: 2025-07-21T06:49:53.833Z (11 months ago)
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AspNetCore console client for call API
MVC Core Console project example showing how to use making a call to a web API, secured with JWT authentication.
# AspNetCore API with JWT
MVC Core project example showing how to use a core web API, secured with JWT authentication on API calls.
## Test users (DO NOT USE in production)
Username: admin
Password: Password123