xintesa / socialites
Socialites plugin
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=5.3.0
- composer/installers: ~1.0
- croogo/croogo: ~2.2
- league/oauth1-client: ~1.2
- league/oauth2-client: ~0.7
This package is auto-updated.
Last update: 2024-10-20 16:34:38 UTC
README
A Croogo plugin to enable authentication with OAuth2 identity providers. It basically wraps :
Currently, the plugin supports:
- Github
Installation
In croogo APP directory:
composer require xintesa/socialites:dev-master
Console/cake ext activate plugin Socialites
Console/cake migrations.migration run -p Socialites up
Once the plugin is active, use the example in Config/providers.default.php
to configure your application keys in:
APP/Plugin/Socialites/Config/providers.php
To show login status/button, put the following somewhere in your default layout:
echo $this->element('Socialites.login_info');