diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 18:23:41 +0100 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-11-06 18:24:11 +0100 |
commit | 8cfb0a7876aa457254f199ca99210b58284e1151 (patch) | |
tree | 9ea559a8c95ae5020fd85060f557d5f93b98cab1 | |
parent | 5a1c597e524e4c98574f9ba43c0e9497ab4c098b (diff) | |
download | TwoStepsAuthenticator-8cfb0a7876aa457254f199ca99210b58284e1151.zip TwoStepsAuthenticator-8cfb0a7876aa457254f199ca99210b58284e1151.tar.gz TwoStepsAuthenticator-8cfb0a7876aa457254f199ca99210b58284e1151.tar.bz2 |
Nuget badge and Build badge
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TwoStepsAuthenticator.sln | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ TwoStepsAuthenticator ===================== + [](https://github.com/glacasa/TwoStepsAuthenticator) .net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm<br/> @@ -11,7 +12,6 @@ Compatible with Microsoft Authenticator for Windows Phone, and Google Authentica You can use this library as well for a client application (if you want to create your own authenticator) or for a server application (add two-step authentication on your asp.net website) - # Install using Nuget diff --git a/TwoStepsAuthenticator.sln b/TwoStepsAuthenticator.sln index 88c3a3a..a72338d 100644 --- a/TwoStepsAuthenticator.sln +++ b/TwoStepsAuthenticator.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject LICENSE = LICENSE README.md = README.md + TwoStepsAuthenticator.nuspec = TwoStepsAuthenticator.nuspec EndProjectSection EndProject Global |