/AppNetLogin

An App.net authentication extension for MediaWiki

Primary LanguagePHPGNU Lesser General Public License v2.1LGPL-2.1

AppNetLogin

An App.net authentication extension for MediaWiki

Requires:

  • AppDotNetPHP library to be placed in the eponymous subdirectory
  • App.net Developer-tier account

Install MediaWiki

Create an App.net app

go to https://alpha.app.net/developer/apps/

click "Create an App"

enter the application name: "Name of your WIKI"

enter the website: http://wiki-domain.tld* (* this is wherever your WIKI appears online)

enter the callback url: http://<wiki-domain.tld>/wiki/index.php?title=Special:AppNetLogin/callback

click "Create", you will need the client id and client secret below

Configure MediaWiki

add the LocalSettings.php.fragment lines to LocalSettings.php

amend the key and secret lines with client id/secret from App.net app