Friday, February 13, 2009

RESTful Authentication




If you are like me, you'll probably finished reading these books

1. Practical Rails Social Networking Sites
2. Simply Rails 2
3. Advanced Rails Recipes
4. Agile Web Development With RoR 2nd Edition

And none of them give an example for complete user management & authentication system. Before you write your own system, follow this tutorial.

http://railsforum.com/viewtopic.php?pid=74245#p74245


The tutorial is so great, my auth system now have these features
1.user registration form
2. manage user roles
3. roles management
4. role checking
5. forgot password mechanism
6. email activation code
7. login/logout

No comments:

Post a Comment