pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

OAuth 2.0 Consumer support? #89

Closed bradyhigginbotham closed 12 years ago

bradyhigginbotham commented 12 years ago

I can't seem to find if the oauth-plugin gem completely supports OAuth 2.0 for consumer apps. While the README states support exists, I'm hesitant as I don't know if that is experimental or full 2.0 support.

Any help would be greatly appreciated.

pelle commented 12 years ago

Yes it does support OAuth 2.0 see the example in oauth_config.

You will need to use the 0.4.0 pre release though. Use 0.4.0.rc1 in your Gemfile