You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user clicks on the Edit Profile button (shown below), allow the user to edit their profile information. To achieve this, we need to either redirect the user to Auth0's edit profile page if such a feature is provided by Auth0. If such a feature is not provided by Auth0, we need to create an Edit User form that allows the user to edit following attributes
Name
Photo
The text was updated successfully, but these errors were encountered:
Edit Profile is not supported by Auth0 hosted page. We need to use Auth0 Management API to actually execute the edit profile operation. This is not an urgent need. Auth0 Management API secrets are highly privileged and need to be handled securely.
Given this, we will de-prioritise this feature for future iterations
When a user clicks on the
Edit Profile
button (shown below), allow the user to edit their profile information. To achieve this, we need to either redirect the user to Auth0's edit profile page if such a feature is provided by Auth0. If such a feature is not provided by Auth0, we need to create an Edit User form that allows the user to edit following attributesThe text was updated successfully, but these errors were encountered: