vongola12324/laravel-auth-management

This package is abandoned and no longer maintained. No replacement package was suggested.

An advanced auth management mechanism.

1.0.7 2018-07-08 06:16 UTC

This package is auto-updated.

Last update: 2022-02-01 13:13:56 UTC


README

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.