What is the difference between OmniAuth Identity strategy and Devise? -


I'm looking for authentication options for my train app, the option to link the user with their Facebook, Twitter, Foursquare etc. Username / password authentication is required. I usually search for people who use Devise and OmniAuth for this purpose. But, OmniAuth 1.0 comes with Omnibus Identification Strategy for username / password, so what's the benefit of using Devise? Will not this an Omniaith create unnecessary complication than just authentication?

With OmniAuth-identification you can create a user and authenticate it with OmniAuth OmniAuth - Another provider for identity authentication and you can not link it to other providers, such as Twitter, Facebook etc. It has been mentioned at the very end.

Use Devise + OmniAuth (see) if you want to link it.

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -