zikula / oauth-module
Integrates league/oauth2-client and various providers.
Installs: 28 014
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Type:zikula-module
Requires
- php: >=7.2.5
- league/oauth2-facebook: 2.*
- league/oauth2-github: 2.*
- league/oauth2-google: 3.*
- league/oauth2-instagram: 2.*
- league/oauth2-linkedin: 4.*
README
This module has been deprecated as part of Zikula 4 slimming diet.
OAuth
OAuth Authentication for Zikula 1.4.3+
This module is included with Core >= 1.5.0.
If you would like to run it with Zikula Core 1.4.3 - 1.4.99 you must install the vendors using
composer install
. This is not required for Core >= 1.5.0.
Currently implemented providers:
- GitHub
Setting up the providers
Each provider (or authentication method) requires you to set up an 'application' for each website that employs this module.
Typically you create the application at their website and are provided with a clientId
and a clientSecret
.
In order to function, this module must have those two strings entered in the settings for each method.
Further instructions for setting up each provider is on the settings page for that provider.