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
Gravatar will make a good default avatar image until we can implement uploading/storing/editing user avatars.
In order to make the request to the Gravatar API, we need the MD5 hash of the user's email address.
This is better done on the server side, so we can include a hash in the Graphql queries.
The text was updated successfully, but these errors were encountered:
This will need either md5 hashing of the email address or building a function inside schema to store MD5 hash of email and supplying it as part of thisUser. Might be a good first issue for someone to work on front-end and backend.
- Addresses #42
- Edits the Avatar component to connect to the Redux store
and load live user data.
- Also addresses #9 (adds Gravatar hash request to Avatar
component
- Addresses #42
- Edits the Avatar component to connect to the Redux store
and load live user data.
- Also addresses #9 (adds Gravatar hash request to Avatar
component
Gravatar will make a good default avatar image until we can implement uploading/storing/editing user avatars.
In order to make the request to the Gravatar API, we need the MD5 hash of the user's email address.
This is better done on the server side, so we can include a hash in the Graphql queries.
The text was updated successfully, but these errors were encountered: