Update user profile and change password

Hi there,
Am using universal login after login it redirects to my react app(OIDC), now pls guide me how to use change password and update profie from my web dasbboard of my application. Is there any api’s that i can use for feature to incorporate into my web app?

Thanks

Hey there @ysharat!

You’ll need to proxy the request from your backend as outlined in the following topic:

It depends on your backend, but if it is Node then node-auth0 is good option - You can update a users password using UsersManager.update:

Auth0 also offers several other Management SDKs which can be found here.

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