cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Login to another User Account #545

Closed joginder89 closed 3 years ago

joginder89 commented 3 years ago

Your Environment

There are 2 users on same IP and try to login on same time. One User login to another user Account while he use his email and password. How can I prevent one user login to another User Account. Is it common to interchange session on same IP ?

I use Sentinel::authenticate($request->only(['email', 'password']), true) for login user.