You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
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() { ...