Please Note
This is very alpha code at the moment, I just extracted it from a project I am working on.
Rails 3 engines to use OAuth2 for authentication
To use, include in your Gemfile
gem "vouch"
or, to get the latest changes:
gem "vouch", :git => "git://github.com/dpmcnevin/vouch.git"
Then, run the generator
rails generate vouch:client
Coming in future releases.
Dan McNevin - [email protected]