Flavio Wuenscheantelo.live·Nov 26, 2023Setup Google OAuth Rails without DeviseHere's my recipe to quickly set up Google OAuth login without using the devise gem, only pure Omniauth. Install dependencies Add these to your Gemfile: gem 'omniauth' gem 'omniauth-google-oauth2' gem 'omniauth-rails_csrf_protection', '~> 0.1' the...144 readsomniauth