Vouch
Please Note
This is very alpha code at the moment, I just extracted it from a project I am working on.
About
Rails 3 engines to use OAuth2 for authentication
Client
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
Provider
Coming in future releases.
Acknowledgements
Maintainer
Dan McNevin - dpmcnevin@gmail.com