Devise Gem

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
: OmniAuth: Overview · heartcombo/devise Wiki · GitHub

  • Emil

On 22 August 2013 10:07, Rekha B. [email protected] wrote:

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

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

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…