I’m really confused what happens after password reset. I have React and Express applications in my tenant. In my React, I have password reset button, which sends a link to an email containing password reset flow. Now, after user resets their password, what happens after that? If I have two browser instances with the same logged in user, how do I manage to log out both of them? What’s the best practice there? Or why do I have to do this myself, why it’s not already implemented? Logically, it’s mandatory to log user out everywhere after password reset.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Can the React component used on Reset Password screen be replaced with basic html fields | 0 | 871 | May 12, 2023 | |
Does changing a user's password sign them out of all sessions? | 2 | 3729 | March 2, 2018 | |
Something went wrong when trying to reset password | 6 | 4226 | August 14, 2020 | |
Logout all users after change password | 2 | 3796 | December 4, 2024 | |
Logout user after password change | 0 | 3468 | June 1, 2020 |