To make my questions simpler to understand, I am looking into the defaut vue inertia starter kit.
In there, the user can change their password. As I read in the docs, a good security measure is to use Auth::logoutOtherDevices after this step. So, here are my questions:
- can I use it after I use Password::reset (which is called when the user forgot his password)?
- if I am logged as another user, is there a way for me, to programatically logout a user?