You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: use OmniAuth internal classes instead of defining our own
This commits changes from defining our own custom classes in favor of
`OmniAuth::AuthHash` and `OmniAuth::AuthHash::InfoHash` which are
`OmniAuth` internal classes. Instances of those classes end up being
passed to our `User.from_omniauth` method in production.
0 commit comments