Which authentication module for Rails would you choose? I'm not interested in permissions, roles, or other authorization materials.
I'm interested in:
- create custom model / controllers
- predefined components to support various authentication methods (HTML, OpenID form) with various background contents (database, LDAP, text file).
I am looking for something similar to Java Spring Security (formerly Acegi), but to the Rails platform.
Sincerely.
source
share