hiidef / oauth2app

Django OAuth 2.0 Server App. Please fork and improve!
https://github.com/hiidef/oauth2app
MIT License
271 stars 115 forks source link

State value in response incorrect #34

Open reaneyk opened 12 years ago

reaneyk commented 12 years ago

The state value sent in a request is being returned as a parameter in the response object rather than a fragment when the response type is token. Here's an update: https://gist.github.com/3744228