Looking to hire Laravel developers? Try LaraJobs

laravel-auth-management maintained by vongola12324

Description
An advanced auth management mechanism.
Authors
Last update
2018/07/14 08:33 (dev-master)
License
Downloads
14

Comments
comments powered by Disqus

laravel-auth-management

An advanced auth management mechanism for laravel 5.6.

Feature

  • Force logout all device for specify user
  • An user can only have one session at the same time (No multiple login)
  • Logging login/logout event

Install

First, add dependence to your project.

composer require vongola12324/laravel-auth-management

Then, publish config file to your project.

php artisan vendor:publish --provider="Vongola\Auth\Providers\AuthManagementServiceProvider"

Use migrate command to generate table.

php artisan migrate

License

This project is license by MIT.