Info
Version: | 1.0.0-preview1 |
Author(s): | John Meyer Jr. |
Last Update: | Saturday, September 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Meyer.EndpointAuthentication |
Install
Install-Package Meyer.EndpointAuthentication
dotnet add package Meyer.EndpointAuthentication
paket add Meyer.EndpointAuthentication
Meyer.EndpointAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Meyer.EndpointAuthentication.Core(>= 1.0.01)
- Microsoft.AspNetCore.Authentication(>= 2.1.2)
- Microsoft.EntityFrameworkCore(>= 2.1.2)
Tags
This is a client and server library. Use EndpointAuthentication to add a Public/Private Key authentication to a WebAPI request.
Sign the messages returned and validate them on the client using the users' authenticated Private Key.