I need to do authentication in rail3 with standard sign up/login/forgot password functionality. Is there a plugin or something that most people use for this?
I need to do authentication in rail3 with standard sign up/login/forgot password functionality. Is
Share
I’m not sure what the most common method is – but certainly a very popular gem is ‘Devise’, by Plataformatec: http://github.com/plataformatec/devise
I’ve tried a few auth gems and for me, it was the simplest to setup and modify to my needs. It has built in password recovery, as well as account confirmation (if required) and a few other very handy features.