Authentication Plugins

Just wondering what people would recommend - restful_authentication, acts_as_authenticated ... or something else?

cheers,

DAZ

restful-authentication all the way. It's always worked for any project I've needed user auth for.

-- Josh http://iammrjoshua.com

DAZ wrote:

I second that.

Casey

[...]

That's what I use (although I've been meaning to patch it to use bcrypt).

Best,

Thanks guys, anybody got any tips on how to use it, best practice etc?

DAZ

The README is there to help you through it. The first command you'll
want to run after installing it is: script/generate authentication
session user.