What's new? | Help | Directory | Sign in
Google
oauth4r
OAuth generators & plugin for Ruby on Rails
  
  
  
  
    
License: MIT License
Labels: oauth, rails, plugin, generator
Blogs:
Join project
Project owners:
  choonkeat
Project members:
chris.messina, ma.gnolia.com

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.

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

Known issues

  1. Apparent bug in script/plugin means you get incomplete download if you install via ./script/plugin install (the oauth4r/lib/oauth/http.rb file is left out!). See http://dev.rubyonrails.org/ticket/7887 Hence, manual install is required (see "QUICKSTART" section above)