lelylan / rest-oauth2-server

Rest OAuth2 Server is a Rails 3 app that let you open up your API and manage end-user authentication and client application authorization implementing the OAuth 2.0 Specifications (draft 13).
279 stars 46 forks source link

Implicit token refresh #30

Closed andreareginato closed 13 years ago

andreareginato commented 13 years ago

For the refresh of an access token from a client side, the flow is wrong when the access or the scopes are not correct. In those cases we should just show the page with the ability for the user to grant or not. Right now it just block the flow with an error message and you can't move on.