Github mirror of "mediawiki/extensions/WSOAuth" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
转到文件
jenkins-bot 504c00cdb4 Merge "Add "config" property to WSOAuth" 2024-05-09 19:40:19 +00:00
i18n Localisation updates from https://translatewiki.net. 2024-05-03 09:29:50 +02:00
maintenance phpcs fix: Generic.Files.LineLength.TooLong 2022-09-28 21:11:17 +08:00
sql Add support for PluggableAuth 6.0 2022-04-02 00:02:07 +02:00
src Add "config" property to WSOAuth 2024-04-05 20:17:57 +08:00
.eslintrc.json build: Add eslint to lint json files 2021-04-06 16:06:24 +02:00
.gitignore build: Add eslint to lint json files 2021-04-06 16:06:24 +02:00
.gitreview Add .gitreview 2020-07-03 16:03:54 +02:00
.phpcs.xml phpcs fix: Generic.Files.LineLength.TooLong 2022-09-28 21:11:17 +08:00
Gruntfile.js build: Add eslint to lint json files 2021-04-06 16:06:24 +02:00
LICENSE Initial commit 2020-03-10 13:40:17 +01:00
README.md Remove ".github" folder 2021-02-09 13:08:24 +01:00
WSOAuth.i18n.alias.php Implement auto-account usurpation 2021-06-09 11:27:39 +02:00
composer.json build: Updating composer dependencies 2024-05-06 10:58:35 +00:00
extension.json Bump version number and release version 9.0.0 2023-06-15 09:22:03 -04:00
package-lock.json build: Updating grunt-banana-checker to 0.12.0 2024-05-09 15:00:47 +00:00
package.json build: Updating grunt-banana-checker to 0.12.0 2024-05-09 15:00:47 +00:00

README.md

WSOAuth

The WSOAuth extension enables you to delegate authentication to an OAuth provider. It provides a layer on top of PluggableAuth to allow authentication via a number of OAuth providers.

This extension requires PluggableAuth to be installed first. It also requires some PHP libraries, which may be installed using Composer.

Additional information about the extension and how to use it can be found on it's MediaWiki page.