Introduction
Scaffold generators for creating your Rails website's OAuth provider and consumer services. Also great to run as local service to test against your code if you are developing OAuth libraries. Works with Google OAuth.
These generators were ripped and modified from the soon-to-be deprecated scaffold_resource generator.
Consumer service generates 1 x CRUD controller and 1 x model. Provider service generates 1 x CRUD controller and 2 x models.
Patches welcome!
Plugin URL: http://oauth4r.googlecode.com/svn/trunk/oauth4r
Example walkthrough: http://oauth4r.googlecode.com/svn/trunk/README.pdf
Dependencies
Tested working on Rails 1.2.6 and above