Reputation: 267140
Here is a list of security issues that my authentication system has to address (I know there are already plugins for this, I want to create my own -- I'm just like that! ((especially since I want to learn how to do it)).
Is there anything else that comes to mind? I'm looking over authlogic right now to see what else they may be doing.
Upvotes: 0
Views: 124
Reputation: 11079
Simply don't.
You are re-inventing this wheel and there's not serious reason why you should waste your valuable time on it.
Check out Ruby Toolbox for some ideas. I personally love Devise, so make sure to check that out. With Devise you have all your bases covered.
Upvotes: 2