pelle / oauth-plugin

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

Only accept valid OAuth 1 tokens #116

Closed tomhughes closed 12 years ago

tomhughes commented 12 years ago

This commit fixes the OAuth 1 token lookup to match the OAuth 2 lookup, so that only tokens which have (a) been authorised and (b) not been invalidated are accepted.

runeb commented 12 years ago

+1, pretty serious bug.

micahwedemeyer commented 12 years ago

+1, agreed that this is pretty serious

bonsaiben commented 12 years ago

+1

pelle commented 12 years ago

Sorry I missed this

huangye177 commented 12 years ago

+1