Extension:OATHAuth
From MediaWiki.org
|
OATHAuth Release status: beta |
|
|---|---|
| Implementation | User rights, Special page, Page action |
| Description | An HMAC based One Time Password extension, providing two factor authentication. |
| Author(s) | Ryan Lane (Ryan lanetalk) |
| Last version | 0.1 (2012-05-07) |
| MediaWiki | 1.20+ |
| Database changes | no |
| License | GPL 2 or later |
| Download | |
| Check usage and version matrix; stats | |
| Bugs: list open list all report | |
OATHAuth is an HOTP implementation. It provides two factor authentication via something you have (your phone or desktop client) and something you know (your user name/password). Client support is available for most feature phones, smartphones and desktops (see en:HOTP#Tokens).
Installation[edit]
require_once( "$IP/extensions/OATHAuth/OATHAuth.php" );
Changelog[edit]
0.1[edit]
- Initial version
- Missing functionality to act as a standalone extension, currently reuses a hook in LdapAuthentication. Standalone support to come in next version.