Nov 5, 2021
Nice work! Two things I needed to change: I need to add the gem "omniauth-rails_csrf_protection" to my gemfile to get this to work in my dev environment. and also the "double splat" to convert the hash from from_google_parms in the callbacks controller, so: user = User.from_google(**from_google_params)