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:

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

cheers,

DAZ

I second that.

Casey

On Mon, Dec 22, 2008 at 1:06 PM, Joshua A. <

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

DAZ

On Dec 22, 1:06 pm, Joshua A. [email protected]
wrote:

restful-authentication all the way. It’s always worked for any project
I’ve needed user auth for.
[…]

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

Best,

Marnen Laibow-Koser
[email protected]
http://www.marnen.org

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.

Ryan B.
Freelancer