2017 © Pedro Peláez
 

library social-auth

image

vinelab/social-auth

  • Thursday, July 23, 2015
  • by Vinelab
  • Repository
  • 2 Watchers
  • 10 Stars
  • 1,272 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Social Authentication - Laravel

Dependency Status, (*2)

SensioLabsInsight, (*3)

Installation

Using composer require the package vinelab/social-auth. Edit app.php and add 'Vinelab\Auth\AuthServiceProvider' to the 'providers' array. It will automatically alias itself as SocialAuth which is a Facade., (*4)

Configuration

Publish the configuration file using php artisan vendor:publish, (*5)

Usage

<?php

// start the authentication process
$provider = 'facebook';

// inital authentication route
SocialAuth::authenticate($provider);

// callback route should do this
$profile = SocialAuth::profile($provider, Input::get());

$profile->provider(); // facebook
$profile->info(); // the facebook profile information

The Versions

23/07 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth login social authentication social login

22/03 2015

dev-develop

dev-develop

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth login social authentication social login

22/03 2015

v3.1.1

3.1.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth login social authentication social login

26/02 2015

v3.1.0

3.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth login social authentication social login

20/08 2014

v3.0.3

3.0.3.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

16/12 2013

3.0.2

3.0.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

11/12 2013

3.0.1

3.0.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

10/12 2013

3.0.0

3.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

08/11 2013
07/11 2013
24/09 2013

1.5

1.5.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

30/07 2013

1.1

1.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication oauth social authentication

13/06 2013

1.0

1.0.0.0

  Sources   Download

The Requires

 

The Development Requires

laravel authentication oauth