ehtasham89/laravel-apiauth-driver

A RESTful api authentication driver for Laravel 4.*
10
Install
composer require ehtasham89/laravel-apiauth-driver
PHP:>=5.6.0
License:MIT
Last Updated:Nov 10, 2016
Links: GitHub  ·  Packagist
Maintainer: ehtasham

StyleCI Build Status

laravel-apiauth-driver

A RESTful APi authenication driver for Laravel 4.2

Installation Guide:

Following lines in your laravel composer.json file require array: "ehtasham89/laravel-apiauth-driver": "dev-master" Palce following service provider links in app/config/app.php providers array:

'Ehtasham89\LvApiAuth\LvApiAuthServiceProvider',
'Ehtasham89\LvApiAuth\Reminders\ReminderServiceProvider',

Comment the following Service provider in app/config/app.php providers array: //'Illuminate\Auth\Reminders\ReminderServiceProvider', Change the driver name in app/config/auth.php with 'driver' => 'lvapiauth',

Api Configuration

Run following command via composer: php artisan config:publish ehtasham89/laravel-apiauth-driver It will create copy of config.php file in app/config/packages/ehtasham89/laravel-apiauth-driver/ Add your api's endpoints in app/config/packages/ehtasham89/laravel-apiauth-driver/config.php

Related Packages

auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authenti...

5,670,968 274
helori/laravel-permission

Define roles and permissions for Laravel users

69 0
omarelgabry/lumen-api-oauth

A RESTful API based on Lumen micro-framework with OAuth2.

16 76
aporat/laravel-auth-signature

A Laravel package providing a middleware for validating API requests with HMAC-S...

1,519 0
benbjurstrom/cognito-jwt-guard

A laravel auth guard for JSON Web Tokens issued by Amazon AWS Cognito

13,059 11