Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Edit User Profile #41

Open
abhisek opened this issue Dec 22, 2024 · 1 comment
Open

Add Support for Edit User Profile #41

abhisek opened this issue Dec 22, 2024 · 1 comment
Assignees

Comments

@abhisek
Copy link
Member

abhisek commented Dec 22, 2024

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

  1. Name
  2. Photo

Image

@abhisek
Copy link
Member Author

abhisek commented Dec 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants