chadfennell / ccf

codefest
Apache License 2.0
1 stars 1 forks source link

Update information from Google Auth when logging in #39

Closed pete2786 closed 10 years ago

pete2786 commented 10 years ago

As is, we never again touch the information we get from Google after a user is created in our database. To improve this, we should check the information google sends (particularly the image, which we use for our avatar) to update if the user has new information.

Would be a nice task to check out omniauth, how it works and what it returns from a provider. Check out the SessionController and User model to see how this currently works.

pete2786 commented 10 years ago

https://github.com/campuscodefest/ccf/issues/17