Open friedger opened 4 years ago
Another way to show the profile image from the avatarUrl
of the Blockstack SDK is to:
src
of an image element.The dCrypt and Dappity apps both fetch the avatar image as above. I used a proxy in the REBL-Stack/starter-app for now, mainly to minimize the required changes to the code and keep it simple.
See also #1 Gaia Can't Be Evil
There are some solutions out there to show the profile picture of the user:
< img src="userProfileImageUrl"/>
=> results in loading 3rd party resources flagged by this extensionWhat is best practice for loading the profile image of the current user?