Answer the question
In order to leave comments, you need to log in
Laravel how to enable authorization on only one device?
I want to make it so that if a person logs in under any PC, in any browser. He was no longer able to log in elsewhere. Those. he needs to log out of the account and only then he will be able to log in on another device (or in another browser).
How can this be implemented? How to check.
Answer the question
In order to leave comments, you need to log in
Auth::logoutOtherDevices('password');
https://laravel.com/api/9.x/Illuminate/Support/Fac...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question