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

Issue a new access token in refreshing flow #30

Closed frutik closed 12 years ago

frutik commented 12 years ago

http://tools.ietf.org/html/draft-ietf-oauth-v2-16#section-6

From specification "If valid and authorized, the authorization server issues an access token as described in Section 5.1"

bhagany commented 12 years ago

Good call. Thank you.