When a user will change his/her password, then the user will log out from all devices.
Ho to implement this in django?
logout(request) only logout the user from the browser, from which browser user doing the action. But I want to logout the user from all devices.