Initiate password reset from SPA

I’m building a SPA(auth0-spa-js - no client secret) that needs to have a password reset functionality. AFAIK this can’t be done directly in the SPA.

How can i initiate a password reset link/send email in my SPA?

Thanks!

Hi @purepear,

You can initiate a password reset flow (via email) from your SPA using the password change endpoint.

Hope this helps!
Dan

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