Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

User id to be excluded from single user session checks. #6

@ronlinet

Description

@ronlinet

It would be handy excluding certain users from session checks by including their id as middleware parameters.
For example to exclude users id 1,3,6 we would call the middleware as :
Route::group(['middleware' => ['auth', 'single-user-session:1,3,6']], function() { ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions