Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby on Rails - Login

So I do not reinvent the wheel, what is the best way to setup a registration, login, logout and password reset framework for Ruby on Rails? Ideally, there must be a gem (library, package, etc) that handles this??

Thanks in advance!

like image 842
NoahD Avatar asked Dec 10 '22 19:12

NoahD


1 Answers

Authlogic, see this Railscast, and restful_authenticaction, see this Railscast.

Those two should be a good starting point.

like image 126
cite Avatar answered Jan 29 '23 14:01

cite