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

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.

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