For github-oauth user registrations, can get "better" results by using the user's github avatar (ie. more likely a github user has a github avatar than a gravatar)
This will mean extending the db user create function to allow an optional :avatar key/value (+ associated tests).
Currently, we use gravatar as the default.
For github-oauth user registrations, can get "better" results by using the user's github avatar (ie. more likely a github user has a github avatar than a gravatar)
This will mean extending the db user create function to allow an optional
:avatar
key/value (+ associated tests).