summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaumelacasa@hotmail.com>2015-08-05 11:30:37 +0200
committerGuillaume Lacasa <guillaumelacasa@hotmail.com>2015-08-05 11:30:37 +0200
commitc83f11540872548382946dbbd2ccfd8054e8b62b (patch)
treedbc276be7cbc8f949b7018e2560acd63e88964d9
parentbea18ecded08a62e3532edad59483061f3eaf375 (diff)
downloadTwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.zip
TwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.tar.gz
TwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.tar.bz2
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45d2424..1579fbd 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ 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)
+![Build status](https://glacasa.visualstudio.com/DefaultCollection/_apis/public/build/definitions/ab4c93fc-5d51-44a7-b9e5-fcd42fbb9bc3/7/badge)
+
# TOTP
## Client usage
@@ -59,4 +61,4 @@ var authenticator = new TwoStepsAuthenticator.TimeAuthenticator(usedCodeManager)
And when you check if the code is ok, you need to add the user object to the CheckCode method
<pre><code>bool isok = authenticator.CheckCode(secret, code, user);
-</code></pre> \ No newline at end of file
+</code></pre>