merkeleon/laravel-httpauth
Laravel HttpAuth
Installation
First, require the package using Composer:
composer require merkeleon/laravel-httpauth
Add to your config/app.php providers section
Merkeleon\Laravel\HttpAuth\Providers\HttpAuthServiceProvider::class,
After this actions you easily can create HttpAuth on your site:
php artisan http-auth:user:make
You can also enable redirect from your site to a third-party resource:
php artisan http-auth:redirect:make
Examples
Soon...
Related Packages
kodeine/laravel-acl
Light-weight role-based permissions for Laravel 5 built in Auth system.
362,391
776
lab404/laravel-impersonate
Laravel Impersonate is a plugin that allows to you to authenticate as your users...
19,700,714
2,340