https://github.com/michal-josef-spacek/lwp-authen-oauth2-serviceprovider-wikimedia
Wikimedia OAuth2 provider for LWP::Authen::OAuth2.
https://github.com/michal-josef-spacek/lwp-authen-oauth2-serviceprovider-wikimedia
oauth2 wikimedia-api
Last synced: 3 months ago
JSON representation
Wikimedia OAuth2 provider for LWP::Authen::OAuth2.
- Host: GitHub
- URL: https://github.com/michal-josef-spacek/lwp-authen-oauth2-serviceprovider-wikimedia
- Owner: michal-josef-spacek
- License: bsd-2-clause
- Created: 2022-04-06T22:50:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T12:22:23.000Z (over 1 year ago)
- Last Synced: 2025-01-01T04:47:06.543Z (5 months ago)
- Topics: oauth2, wikimedia-api
- Language: Perl
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
LWP::Authen::OAuth2::ServiceProvider::Wikimedia - Access Wikimedia using
OAuth2.SYNOPSIS
use LWP::Authen::OAuth2;my $obj = LWP::Authen::OAuth2->new(
client_id => '__CLIENT_ID__',
client_secret => '__CLIENT_SECRET__',
service_provider => 'Wikimedia',%{$other_parameters},
);DESCRIPTION
See for MediaWiki
extension documentation.See page which is
for developers.REGISTERING
Before you can use OAuth 2 with Wikimedia you need to register yourself
as an app. For that, go to
registration page.DEPENDENCIES
LWP::Authen::OAuth2::ServiceProvider::MediaWiki.SEE ALSO
LWP::Authen::OAuth2
Make requests to OAuth2 APIs.REPOSITORY
AUTHOR
Michal Josef Špaček
LICENSE AND COPYRIGHT
© Michal Josef Špaček 2022BSD 2-Clause License
VERSION
0.02