views:

68

answers:

4

I see posts from all sorts of time period talking about pre-built authentication plugins such as restful authentication - but looking at it, it seems that it wasn't updated since April 2008.

So I ask, what is the most current pre-built authentication plugin for rails 2.3.5?

Thanks!

+5  A: 

Hey,

clearance - last update January 20, 2010

or

authlogic - last update January 19, 2010

Cheers

denisjacquemin
thank you. what is the most widely use authentication system in rails?
yuval
I think it's authlogic
denisjacquemin
+1  A: 

I think authlogic is mostly used.

nanda
+1  A: 

Also Devise is still updated (some changes were commited yesterday) - it works well, but I agree with nanda, that Authlogic is the most popular plugin.

arnvald
+3  A: 

Ruby Toolbox allows you to review the popularity and last updates of different libraries or Rails plugins.

Check the current status of authentication plugins and you'll find authlogic is both recently updated and the most popular.

molf
thank you very much!
yuval