244
edits
| Line 205: | Line 205: | ||
# User attempts to display badge via a display site widget | # User attempts to display badge via a display site widget | ||
# Display site takes the earner’s email and puts it through a salted hash function. | # Display site takes the earner’s email and puts it through a salted hash function. | ||
## eg. hash (‘hipjoe@example.com’ + salt) | |||
# Display site compares the resulting value with the value indicated for the recipient in the badge metadata. | # Display site compares the resulting value with the value indicated for the recipient in the badge metadata. | ||
# If values match, badge is verified and Displayer displays the badge. If not, Displayer should reject the badge. | # If values match, badge is verified and Displayer displays the badge. If not, Displayer should reject the badge. | ||
edits