From c3b560cd17aec6321455a55b5fae1260fa7165d4 Mon Sep 17 00:00:00 2001 From: Kevin Thompson Date: Fri, 20 Jan 2017 16:29:56 -0500 Subject: [PATCH] Added link to nuget package. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 932fa0c..149626c 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,12 @@ The latest release of NSspi is v0.1.1. * [Source](https://github.com/antiduh/nsspi/archive/0.1.1.zip) * [Binaries](https://github.com/antiduh/nsspi/releases/download/0.1.1/nsspi-0.1.1-bin.zip) +* [Nuget package](https://www.nuget.org/packages/NSspi) You can also browse the list of [releases](https://github.com/antiduh/nsspi/releases). + + ## Introduction ## This projects provides a C# / .Net interface to the Windows Integrated Authentication API, better known as SSPI (Security Service Provider Interface). This allows a custom client / server system to authenticate users using their existing logon credentials. This allows a developer to provide Single-Sign-On in their application.