2017 © Pedro Peláez
 

library laravel-socialite-login

Laravel Socialite Login

image

brothersco/laravel-socialite-login

Laravel Socialite Login

  • Thursday, June 11, 2015
  • by brothersco
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Laravel Socialite Login

Purpose

Simplifies exposing Laravel's baked in Socialite functionality., (*1)

Instructions

Include as a trait in app/Http/Controllers/Auth/AuthController.php., (*2)

use Broco\SocialiteLogin\Auth\AuthenticatesSocialiteLogin;
class AuthController extends Controller {
    use AuthenticatesSocialiteLogin;
}

Optionally configure:, (*3)

  • socialite-login.userclass: The class to use as the application's user object.
  • socialite-login.intended-redirect.success: Redirect url on login success.
  • socialite-login.intended-redirect.failure: Redirect url on login failure.
  • socialite-login.limit-access.*: Access rules (e.g. limit to email domain).

References

Inspiration Guide: http://www.codeanchor.net/blog/complete-laravel-socialite-tutorial/
Boilerplate: https://github.com/cviebrock/laravel5-package-template, (*4)

The Versions

11/06 2015

dev-master

9999999-dev https://github.com/brothersco/laravel-socialite-login

Laravel Socialite Login

  Sources   Download

MIT

The Requires

 

The Development Requires

by Travis Miller

laravel socialite

11/06 2015
11/06 2015
10/04 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/brothersco/laravel-socialite-login

Laravel Socialite Login

  Sources   Download

MIT

The Requires

 

The Development Requires

by Travis Miller

laravel socialite

10/04 2015