2017 © Pedro Peláez
 

library expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

image

drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  • Friday, December 9, 2016
  • by drawmyattention
  • Repository
  • 1 Watchers
  • 11 Stars
  • 4,031 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 14 Versions
  • 35 % Grown

The README.md

Scrutinizer Code Quality Build Status Code Coverage Packagist License, (*1)

Laravel 5 Expression Engine User Authentication

Allows you to switch your Expression Engine website to Laravel, by handling the authentication of Expression Engine members. This package allows you to easily build a front end in Laravel for Expression Engine websites, without worrying about how existing members logins and registrations will work., (*2)

For Laravel 5.2 support, please checkout the 5.2 branch., (*3)

What it does

Expression Engine uses a number of different hashing algorithms, such as SHA512, SHA256, SHA1 and even MD5 (shudder), whilst Laravel 5 uses the much more secure bcrypt., (*4)

This package will allow your existing Expression Engine members to log in with their existing login credentials, and new users can benefit from having their data hashed with the latest bcrypt algorithm., (*5)

Furthermore, once an Expression Engine user has logged in, it's very easy to switch them over to bcrypt encryption as the needsRehash() method will always return true for Expression Engine members., (*6)

Installation

In your composer.json file, add:, (*7)

    "require": {
       "drawmyattention/expauth": "1.1.*"
    }

Then, in config/app.php add, (*8)

    'DrawMyAttention\ExpAuth\ExpressionEngineUserServiceProvider',
    'DrawMyAttention\ExpAuth\ExpressionEngineHasherServiceProvider',

and (optionally) comment out, (*9)

    //'Illuminate\Hashing\HashServiceProvider',

In config/auth.php, change, (*10)

    'driver' => 'eloquent',

to, (*11)

    'driver' => 'ExpressionEngineAuth',

In your User model, make sure that you set the table and primary key fields as per the Expression Engine schema:, (*12)

    protected $table = 'exp_members';
    protected $primaryKey = 'member_id';

and that's it!, (*13)

Usage

Authentication works in exactly the same way as Laravel's regular auth methods., (*14)

Licence and credit

This package is open-sourced software licensed under the MIT license. Many thanks to the original package (pixelfusion/ExpAuth) upon which this was based, by PixelFusion., (*15)

The Versions

09/12 2016

dev-master

9999999-dev https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/11 2016

5.2.x-dev

5.2.9999999.9999999-dev https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/11 2016

1.2.2

1.2.2.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2016

1.2.1

1.2.1.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/01 2016

1.2.0

1.2.0.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/10 2015

1.1.1

1.1.1.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

01/09 2015

1.1.0

1.1.0.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2015

1.0.7

1.0.7.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2015

1.0.6

1.0.6.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2015

1.0.4

1.0.4.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2015

v1.0.3

1.0.3.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

23/06 2015

v1.0.2

1.0.2.0 https://github.com/drawmyattention/expauth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

16/02 2015

v1.0.1

1.0.1.0 https://github.com/tymondesigns/jwt-auth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/02 2015

1.0.0

1.0.0.0 https://github.com/tymondesigns/jwt-auth

A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.

  Sources   Download

MIT

The Requires

 

The Development Requires