bhoechie/laravel-customable-auth

Customable Auth Provider for Laravel
35
Install
composer require bhoechie/laravel-customable-auth
Latest Version:1.1
PHP:>=5.5.9
License:MIT
Last Updated:Oct 8, 2016
Links: GitHub  ·  Packagist
Maintainer: bhoechie

Laravel Customable Auth Provider

This package allowed you to use a credentials field other than a password as default laravel credentials

Requirements

  • PHP 5.5
  • Laravel >= 5.2

Installation

To install the PHP client library using Composer: composer require bhoechie/laravel-customable-auth

Then add Bhoechie\CustomableAuth\AuthServiceProvider to the providers array in your config/app.php before application service provider:

Bhoechie\CustomableAuth\AuthServiceProvider::class

/*
* Application Service Providers...
*/

Configuration

You must publish config using artisan vendor:publish to copy the distribution configuration file to your app's config directory:

php artisan vendor:publish

Then set either the password_field base on your database password name.

Related Packages

sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,063 50
tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

53,002,615 11,492
kodeine/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

362,079 777
lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users...

19,493,333 2,339
phpzen/laravel-rbac

Role based access control for Laravel 5

3,232 38