Where would i process the auth data to set the users name, avatar, etc from the omniauth data?
Chris Oliver•
Hey Alex,
You can add it to the Omniauth Callbacks Controller. It already is setup to handle some of that automatically, but you can add a method in there to do any extra processing you would like.