johno / ember-cli-gravatar

An Ember component for gravatar image tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support hash directly in addition to email

swalkinshaw opened this issue · comments

Hey @johnotander, any interested in supporting an option of hash which, if present, would be used in place of md5(email)?

If so I'd be willing to do a PR. We'd rather use this component instead of duplicating the work (and great tests!) but we aren't exposing emails publicly so instead our API has the hash already.

Of course! That'd be great.

This functionality has been added in version 3.4.0.