braidchat / planning

2 stars 0 forks source link

use github avatar when creating user via github oauth #370

Open rafd opened 7 years ago

rafd commented 7 years ago

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).