RoR Restful Authentication
I got sick of forgetting what to google to find this so I am keeping my notes here.
./script/plugin install http://svn.techno-weenie.net/projects/plugins/restful_authentication
Then run
./script/generate authenticated user sessions
You can add --include-activation to have add more features but i havent used that yet…. It works great as is.
No comments yet