Topic: Any recommendations for an authentication plugin?
I've been checking out Devise and Restful-Authentication. It seems like restful-authentication has been popular for a while, and that Devise is also popular, although it seems like it's more of a newcomer compared to restful-auth. So I'd like to find out what people are recommending for new projects, and if these two options are still considered to be good choices.
Also, I'd like to have the flexibility to have multiple tiers in each account, meaning that a company can set up an account and add multiple users, each with their own login credentials. I'm still trying to figure out if I can make this work with Devise or restful-auth.
Also, there will be an annual subscription fee that's associated with the parent/company account, so I'd also like to hear about a good subscription plugin ![]()