add oauth with google

This commit is contained in:
João Geonizeli
2022-07-20 22:22:41 -03:00
parent 072e1de01b
commit ae7d31bc1b
9 changed files with 74 additions and 6 deletions

View File

@@ -27,8 +27,11 @@ gem "bootsnap", require: false
# gem "image_processing", "~> 1.2"
gem "devise", "~> 4.8"
gem "omniauth", "~> 1.9.1"
gem "omniauth-google-oauth2", "~> 0.8.2"
group :development, :test do
gem "dotenv-rails", "~> 2.7"
gem "rspec-rails", "~> 5.1"
gem "factory_bot_rails", "~> 6.2"