TFS 1.2+ Two-Factor Authentication system.

RFC6238 Implementation of the OTP algorythm, tested with the app "Authy" from the iOS iPhone app store.
This commit is contained in:
Znote
2016-11-13 05:34:14 +01:00
parent 236eca61c8
commit c3c236e13e
8 changed files with 453 additions and 29 deletions

View File

@@ -11,6 +11,10 @@
Password: <br>
<input type="password" name="password">
</li>
<li>
Token: <br>
<input type="password" name="authcode">
</li>
<li>
<input type="submit" value="Log in">
</li>