mediawiki/extensions/PasswordlessLogin - Gitiles

MediaWiki extension PasswordlessLogin

Clone this repo:
  1. e274d7e build: Updating micromatch to 4.0.8 by libraryupgrader · 8 weeks ago master
  2. f11c707 Merge "Use overrideConfigValue/overrideConfigValues instead of setMwGlobals" by jenkins-bot · 8 weeks ago
  3. 995d1d6 Remove indirect calls to IDBAccessObject::READ_* constants by Umherirrender · 9 weeks ago
  4. 3392797 build: Updating mediawiki/mediawiki-codesniffer to 44.0.0 by libraryupgrader · 10 weeks ago
  5. 375eeed Use overrideConfigValue/overrideConfigValues instead of setMwGlobals by Fomafix · 10 weeks ago

MediaWiki extension Passwordless Login

This extension can be used as an additional authentication provider in MediaWiki to allow users to login by only typing in their username and confirming their login using a pre-registered Smartphone. This allows users to login easier and it also may be a good way to fight against bad passwords, as the user does not need a password at all.

The extension verifies the login to the MediaWiki application by answering a randomly generated challenge with a pre-shared secret key, hashed by a modern and secure hash algorithm.

This extension requires the gd PHP extension to be installed in order to generate a QR Code for a user to pair their device.

Android app

This extension requires an app being installed on the users smartphone. There's an android app implementation, which can be found here.

iOS app

There's no iOS app for now, feel free to create one ;)

Demo

The extension can be seen live (on a local development environment) in this YouTube video.