Hi,
How to use Devise Gem in rails? What basic configuration is required for that? I did it but getting so many errors one after other
How to use Devise Gem with Oauth2.0?
Thanks
Hi,
How to use Devise Gem in rails? What basic configuration is required for that? I did it but getting so many errors one after other
How to use Devise Gem with Oauth2.0?
Thanks
Did you get a chance to read the Devise wiki ? It’s pretty straightforward : https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
Yes, I went through this wiki doc. But I don’t want to use Devise gem with omniauth for Facebook,Twitter authentication. I am looking for general authentication with Devise gem or combination of Devise + Oauth2.0…
If you show us the errors you are getting and the relevant section of code (not the whole thing, just the bit that is causing the problems) someone may be able to help.
Colin