I’m currently trying to use omniauth in my rails application. I was just curious, what does the omniauth 1.0.1 gem do now that the provider strategies come in separate gems like omniauth-facebook?
I’m currently trying to use omniauth in my rails application. I was just curious,
Share
‘omniauth 1.0.1’ gem is core library.
‘omniauth-facebook’ gem is current provider implementation.
Docs