lancejpollard / authlogic-connect

Instant Oauth and OpenID support for your Rails and Sinatra Apps
MIT License
148 stars 27 forks source link

looks good -- how does this compare with using omniauth? #48

Closed angelacode closed 13 years ago

angelacode commented 13 years ago

Hi, this looks great, have yet to try it but wanted to know how this was similiar/different from using omniauth? thanks!

lancejpollard commented 13 years ago

Hey! This does most of what omniauth does, but it also handles storing the info in the database; omniauth is more generic. Personally however, I would go with omniauth. It's entirely rack based, it's much more abstract/frameworked, and I'm sure someone will come out with an activerecord wrapper for it soon. Use omniauth :)

Cheers