2) If the above is NOT that critical, then the question is how do you signal to device A that it needs to signOut the user if the user logs in to device B (this basically means to remove the JWT from localStorage and memory). For this, you might be able to use the auth.audit_log_entries which records all auth actions (login, logout, etc), however I don't think it will be trivial since that table does NOT contain any information about the device source.