Auth0 Forgot Password Flow

How to logout of all sessions after Setting New Password in Auth0?

Hi @tandonanirudh1506

Welcome to the Auth0 Community!

I would recommend checking out our documentation on Sessions with Actions through which you can revoke a user’s session after a password change using Actions.

Depending on your use-case, you can utilize a Post Change Password Trigger in order to dictate the behaviour following the change of a user’s password.

Hope this helped!
Gerald