Hi everybody, is there are any third party service to attach to auth0, for a User upload / change his avatar picture using a React App ? I saw something working in Attlassian, that thing they are using Auth0 also.
Thanks to all community!
Leandro
Hi everybody, is there are any third party service to attach to auth0, for a User upload / change his avatar picture using a React App ? I saw something working in Attlassian, that thing they are using Auth0 also.
Thanks to all community!
Leandro
Hi @ldibello,
Thanks for reaching out to the Auth0 Community!
By default, Auth0 uses Gravatar to populate the user profile picture.
To allow the user to upload and change their avatar, you could use the Management API Update a user endpoint.
And, to include a service to upload and change the user’s avatar, you could use something like a Rule.
Please look at this documentation for more information on how to change user pictures.
Does that help?
Thanks.
Thanks for response, That what you said is for making an url with the image, but What I need is a services/cloud where can I store the file uploaded and get the hashed url to insert in the picture user_metadata like community has in the user profile.
Hi @ldibello,
Thank you for your response.
Unfortunately, from what I have found, there isn’t any service available from Auth0 OOTB to accomplish what you are searching for.
You have the option to update the users’ pictures, as mentioned earlier.
Alternatively, you could manually accomplish this with the Management API by saving the pictures as an array in the user’s user_metadata and then updating the profile picture to the one the user selects.
Please let me know how this goes for you.
Thank you.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.