diff --git a/NugetDocumentationFile.md b/NugetDocumentationFile.md new file mode 100644 index 0000000..a048f2f --- /dev/null +++ b/NugetDocumentationFile.md @@ -0,0 +1,29 @@ +# SQRL For .Net Standard +SQRL (Secure Quick Reliable Login) for the .Net Standard runtimes. + +## Secure Quick Reliable Login +Is a highly secure user privacy based authentication system that removes the need for users to have more than one password for a global identity https://www.grc.com/sqrl/sqrl.htm for more information of the protocol. + +## How to install +You can install this as a package by running the following: +Package manager +``` +Install-Package SqrlForNet +``` + +CLI +``` +dotnet add package SqrlForNet +``` + +Or searching for it in with Nuget Manager within your project + +## Requirements +To use this package you will need a .Net Standard 2.0 app + +For use with ASP.net you will need a .Net core 2.2 or later version + +## How to use +For help on using this package please visit the GitHub Wiki here https://github.com/TechLiam/SQRL-For-Dot-Net-Standard/wiki + +For examples use the examples here: https://github.com/TechLiam/SQRL-For-Dot-Net-Standard/tree/master/Examples \ No newline at end of file diff --git a/SqrlForNet/SqrlForNet.csproj b/SqrlForNet/SqrlForNet.csproj index 81694b7..37f5d89 100644 --- a/SqrlForNet/SqrlForNet.csproj +++ b/SqrlForNet/SqrlForNet.csproj @@ -4,7 +4,7 @@ netstandard2.0 true true - 1.1.0 + 1.2.0 Liam Raper SQRL for the .Net Standard runtimes. Secure Quick Reliable Login is a highly secure user privacy based authentication system that removes the need for users to have more than one password for a global identity https://www.grc.com/sqrl/sqrl.htm for more information of the protocal. Liam Raper 2019 @@ -12,7 +12,8 @@ https://github.com/TechLiam/SQRL-For-Dot-Net-Standard https://github.com/TechLiam/SQRL-For-Dot-Net-Standard SQRL, Authentication, ASP.net, ASP.net core, .net core 3.0, ASP.net 3.0 - 1.1.0 - Added ASK capabilities, HTML helpers and SQRL Provider (used to get SQRL links server side) + 1.2.0 - Added async hooks and Logging for middleware. Fixed bug with OnTicketReceived been called twice +1.1.0 - Added ASK capabilities, HTML helpers and SQRL Provider (used to get SQRL links server side) 1.0.1 - Added the removal of old NUTs for default in memory operation 1.0.0 - Production ready!!! CPS implomented and all opts have hooks 0.9.0 - .net core 3.0 friendly @@ -29,10 +30,10 @@ GitHub false sqrllogo.png - 1.1.0 + 1.2.0 SqrlForNet - 1.1.0 - 1.1.0.0 + 1.2.0 + 1.2.0.0 @@ -43,6 +44,8 @@ + true +