2017 © Pedro Peláez
 

library laravel_ease_auth

Ease Authentication for Laravel 4

image

keithtait/laravel_ease_auth

Ease Authentication for Laravel 4

  • Thursday, July 17, 2014
  • by keithtait
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel_ease_auth

Ease authentication for the Laravel PHP framework., (*1)

This is designed to be a drop-in replacement for the built-in Laravel Auth module., (*2)

This version is for use with laravel 4.1.*, (*3)

Installation

Add the following to the require section of your project's composer.json:, (*4)

"keithtait/laravel_ease_auth": "dev-master"

Update the project's dependencies:, (*5)

$ composer update

Add the provider to app/config/app.php, replace:, (*6)

'Illuminate\Auth\AuthServiceProvider'

with, (*7)

'SPS\EaseAuth\AuthServiceProvider'

Add the alias to app/config/app.php, replace, (*8)

'Illuminate\Support\Facades\Auth'

with, (*9)

SPS\EaseAuth\AuthFacade'

Configuration

The EASE Auth module requires very simple configuration:, (*10)

  1. Copy the 'ease' settings in the example file config_example.php to app/config/auth.php, (*11)

  2. Add the 'ease' filter in the example file filters_example.php to app/filters.php, (*12)

Usage

Using the EASE Auth module is almost exactly the same as the usual Illuminate Auth that ships with Laravel. The major difference is that it does not process user passwords., (*13)

It accepts that once a user has been authenticated by EASE all it need do is check that the current user is authorised to access resouces within the application., (*14)

This also means that there is no need to create either login or password reminder forms., (*15)

If you're converting an existing app with Illuminate Auth to EASE Auth the passwords stored for each user will simply be ignored., (*16)

Example of routes and controller usage can be found in the included files routes_example.php and controller_example.php, (*17)

The Versions

17/07 2014

dev-LARAVEL_41

dev-LARAVEL_41

Ease Authentication for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar keithtait

laravel laravel4 ease

17/07 2014

dev-master

9999999-dev

Ease Authentication for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar keithtait

laravel laravel4 ease