vinelab/social-auth

1,310 10
Install
composer require vinelab/social-auth
Latest Version:v3.1.1
PHP:>=5.4
License:MIT
Last Updated:Jul 23, 2015
Links: GitHub  ·  Packagist
Maintainer: Vinelab

Build Status

Social Authentication - Laravel

Dependency Status

SensioLabsInsight

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.

Configuration

Publish the configuration file using php artisan vendor:publish

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

Related Packages

hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 & 13

7,082 248
auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authenti...

5,378,788 274
sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,018 50
themonkeys/laravel-google-auth

Laravel Authentication Driver for Google OAuth authentication

1,862 43
abidra/laravel-google-auth

Laravel Authentication Driver for Google OAuth authentication

15 0