I have an existing user sign in and authentication system in place with my rails app.
If adding another provider, such as google, am I able to just add the credentials from the google user to my existing User model, or do I need to create a separate table? What resources can I look to see this?