Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Joe Dayvie
Joe Dayvie
11,956 Points

Rails Authentication

Howdy,

I was wondering which gem others would recommend using for authentication? There are a variety of them (Sorcery, Devise, AuthLogic, etc.); however, I am unsure which one to focus on. This is my first time working with Authentication as well.

Thank you!

Joe Dayvie

1 Answer

Hi Joe,

The popular one I recommend you is to use Devise gem which can provide a visitor registration with an email address and password, if you are using Facebook or Twitter, then use OmniAuth. It is depending on what you offer to visitors multiple choices. Other gems like AuthLogic or Socery is not much difference with Devise, you can try it. :)

https://www.ruby-toolbox.com/categories/rails_authentication