Log off out all session after the user change password

Hi Auth0 team,
Currently, I want to log off out all sessions (from PC, Tablet, Mobile…) after my user change their password. I don’t know how to do that, please help me.
Thanks

Hey @pepchit09, Welcome to the Auth0 Community!

In case of Password reset flow, the user login session gets invalidated.
So basically user will need to enter the credentials again to login on the same session.
If you need to further invalidate the refresh tokens of the user for all the other devices(PC, Tablet, Mobile)
you can implement a Password change hook to revoke the refresh tokens:

Do note Its for database connections only

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.