views:

37

answers:

2

which one is best

A: 

Both plugins work fine, but I have personally been happier with Authlogic - it has felt easier to configure and customize for whatever my personal situation is, and it has the modular advantage where, for instance, if you decided to use openID in the future, you could use authlogic, still.

jasonpgignac
+1  A: 

Authlogic is a better choice than restful authentication.

You may however find Devise to be a better solution still.

Chris