xintesa/socialites

Socialites plugin

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 1

Type:cakephp-plugin

1.0.0 2015-01-30 15:27 UTC

This package is auto-updated.

Last update: 2024-04-20 15:31:26 UTC


README

A Croogo plugin to enable authentication with OAuth2 identity providers. It basically wraps :

Currently, the plugin supports:

  • Github
  • Facebook
  • Google
  • Twitter

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');