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

Response type token #40

Closed Kimtaro closed 13 years ago

Kimtaro commented 13 years ago

Hey,

I have fixed a small issue with oauth2_authorize_token, it was incorrectly redirecting to ?access_token=X, but the draft 10 spec calls for #access_token=X

Cheers Kim

pelle commented 13 years ago

Good catch. commited in.