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

if a scope has not been supplied in request then leave the scope equal to the scope originally granted #26

Closed trezorg closed 12 years ago

trezorg commented 12 years ago

I slightly changed 'scope' handling. Hope it fits.

bhagany commented 12 years ago

Yes, that looks good to me. Thanks!