Skip to content

UniversityRadioYork/URYAuthenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URYAuthenticator

MediaWiki plugin to authenticate users with their MyRadio credentials.

Originally written by Lloyd Wallis and Charles Pigott, updated to newer MediaWiki and PluggableAuth by Ash.

Installation

  1. Clone into the MediaWiki extensions/ directory.
  2. Install PluggableAuth
  3. Load both plugins in LocalSettings.php

Configuration example

wfLoadExtension('PluggableAuth');
wfLoadExtension('URYAuthenticator');

$wgPluggableAuth_Config  = [
    "Log in with MyRadio" => [
        "plugin" => "URYAuthenticator",
        "data" => [
            "ApiKey" => "lol",
            "ApiBase" => "https://ury.org.uk/api/"
        ],
    ],
];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages