pantsel/sso

SSO package for Laravel 4.
15 1
Install
composer require pantsel/sso
Maintainer: pantsel

pantselSSO

SSO package for laravel 4

Still under heavy development

Require this package in your composer.json and run composer update:

"pantsel/sso": "dev-master"

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

'Pantsel\Sso\SsoServiceProvider',