How to logout a user from all devices on Laravel Passport? Super easy way

Abdulla Emchiyev
3 min readJan 9, 2022
Secure your API

A little ago I was told by my restaurant app client to change a user password and log out the user from all devices and force it to login again with a new password. He wants to make sure that any old employee does not have access to their turnover and can not control the app. Then I thought to just change the password of that user and the problem will be solved…

--

--