vote up 2 vote down star
1

the restful authentication plugin does appear to be broken with rails (2.3.4) [name error and yes I know about the bug that is on hold]. Is their a better plugin/gem?

flag

5 Answers

vote up 0 vote down

A fairly new entry in this area is devise which is based on warden, a rack-based authentication solution.

You can see the popularity of the various plugins over at ruby toolbox.

link|flag
vote up 0 vote down

Somewhy no one even mentioned clearance. Is it really not worth mentioning?

I recently thought about using clearance instead of authlogic in a project, but didn't see enough advantages.

link|flag
vote up 9 vote down

I think most of developers will agree right now, authlogic is the best authentication plugin.

For authorization, I do personnaly really like acl9 which perfectly integrates with authlogic.

link|flag
Thanks for the heads up on acl9. – thismat Nov 3 at 18:48
Ditto, acl9 looks great. I'll be integrating that for my next project update. Literally uses the same methods I've developed internally. I thought I was so clever ;) – basszero Nov 3 at 18:51
vote up 0 vote down

you haven't really give much in the way of criteria so I'm just going to toss this out there.

authlogic and read the associated railscast

link|flag
vote up 3 vote down

I would suggest you look at http://github.com/binarylogic/authlogic - It doesn't do the authorization part, but that's never terribly difficult to setup. What it does do, and do well is authentication.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.