Extension:SecurityApi
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Description | mediawiki-authed access to node-based api |
Latest version | 1.0 |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy |
License | MIT License |
Download | Category:Extensions in Wikimedia version control |
|
|
|
|
Quarterly downloads | 0 |
Translate the SecurityApi extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The extension provides access to a node-based API using mediawiki's user and rights system for authentication. Please report any bug and/or feature requests on https://phabricator.wikimedia.org/project/profile/5870/
Installation
- Download and move the extracted
SecurityApi
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SecurityApi - Only when installing from Git, run Composer to install PHP dependencies, by issuing
composer install --no-dev
in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SecurityApi' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
Setting name | Default value | Description |
---|---|---|
$wgSecurityApiUrl | false |
Base URL of ipoid to be called |
Category:All extensions
Category:Experimental extensions
Category:Extensions in Wikimedia version control
Category:Extensions requiring Composer with git
Category:Extensions with invalid or missing type
Category:Extensions with release branches compatibility policy
Category:Extensions without an image
Category:MIT licensed extensions