diff options
author | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-08-05 11:30:37 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaumelacasa@hotmail.com> | 2015-08-05 11:30:37 +0200 |
commit | c83f11540872548382946dbbd2ccfd8054e8b62b (patch) | |
tree | dbc276be7cbc8f949b7018e2560acd63e88964d9 | |
parent | bea18ecded08a62e3532edad59483061f3eaf375 (diff) | |
download | TwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.zip TwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.tar.gz TwoStepsAuthenticator-c83f11540872548382946dbbd2ccfd8054e8b62b.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) + + # 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> |