Hi,
I have to start a new application. Can anyone tell me whether should I
use “Restful Authentication” or “Authlogic”?
Thanks,
Mike
Hi,
I have to start a new application. Can anyone tell me whether should I
use “Restful Authentication” or “Authlogic”?
Thanks,
Mike
Authlogic
Mike D. wrote:
Hi,
I have to start a new application. Can anyone tell me whether should I
use “Restful Authentication” or “Authlogic”?
Definitely Authlogic (I’ve also been hearing good things about Devise,
but never tried it). restful_authentication relies on unmaintainable
generated code, whereas Authlogic has a much cleaner approach.
Thanks,
Mike
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
I have to start a new application. Can anyone tell me whether should I
use “Restful Authentication” or “Authlogic”?
Definately Authlogic.
It takes a bit longer to set up than Restful_authentication but it is
TOTALLY worth it.
The main reason is because with Authlogic, YOU write some basic code.
But with Restful_authentication, it generates all this code that is
hard to customize and maintain.
Here’s a railscast: http://railscasts.com/episodes/160-authlogic
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs