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
tyf
May 31, 2024, 9:44pm
3
Hey there @ysharat !
You’ll need to proxy the request from your backend as outlined in the following topic:
Question: How can I enable users to change their email address from a SPA or native app?
Answer:
Public clients (like SPAs and native applications) are restricted from requesting tokens for the management API with the proper scopes for updating a user’s email. These types of applications are limited to a few specific scopes . Because of these limitations, email change requests from public clients must flow through a backend or proxy API. This could be a serverless function with the sole purpose…
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 .
system
Closed
June 14, 2024, 9:45pm
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.