More OAuth for Rails 1
I’ve made a few changes today to make it easier for other people to create OAuth Rails plugins using my core library.
The most important change is that I have pulled out most of the juice in the plugin into an OAuth GEM.
This means you now need to install the gem before you can use the plugin:
sudo gem install oauth
Easy.
I have also moved the plugin repository around a bit. I’m sorry if you’ve alredy installed it. I made a mistake when I first created it. Now it should have a better url for installing as a plugin:
script/plugin install http://oauth-plugin.googlecode.com/svn/trunk/oauth_plugin
I have updated the instructions in my last post How to turn your rails site into an OAuth Provider
Last but not least I started an oauth-ruby mailing list for Ruby specific implementation issues. Rails developers tend not to be scared of trying new things and it would be better to leave questions about integrating them with specific authentication libraries etc to a separate list.
If you are interested in the actual standard you should also join the main OAuth list.
Phew. off to bed. If you have questions and you’re at the SF Ruby meetup today come up and say hi.
Create, negotiate and accept legally binding contracts for free with our Agree2 service.
Trackbacks
Use the following link to trackback from your own site:
http://stakeventures.com/articles/trackback/264





sudo gem install oauth is getting me …
OpenURI::HTTPError: 404 Not Found reading http://gems.rubyforge.org/gems/oauth-0.1.1-.gem
Any idea what up with that?