There are more than a hundred thousand different ways of implementing authentication in ruby on rails. Authentication in the rails world is definetly not for the faint hearted. After some random reading through the rails wiki it seemed quite clear that there is one winner: acts_as_authenticated. However, after including this plugin in one of my secret projects to take over the world, it seems that is lacking some functionality, what I need out of the authentication framework is:
- A no non-sense authentication: just email and password. No bells, no wistles.
- The system should send an activation email after the user signs up.
Let’s explore the alternatives ![]()
(more…)
Popularity: 84% [?]