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:
https://community.auth0.com/t/how-can-i-enable-users-to-change-their-email-address-from-a-spa-or-native-app/44064
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.