Closed Drenmi closed 4 years ago
The omniauth gem, when used with Rails specifically, has a security vulnerability that won't be fixed. Instead they recommend using omniauth-rails instead.
omniauth
omniauth-rails
Replace omniauth with omniauth-rails.
Background
The
omniauth
gem, when used with Rails specifically, has a security vulnerability that won't be fixed. Instead they recommend usingomniauth-rails
instead.Approach
Replace
omniauth
withomniauth-rails
.