Following this section on RFC 6749, the Authorization Server MUST NOT issue a refresh token for Implicit Grant flow.
https://tools.ietf.org/html/rfc6749#page-35
I'm planning to use Implicit Grant flow with Refresh Token in a single page application, avoiding to request a new authorization process for user each time the access token expires.
Could anybody to clearify the reason for this constraint in RFC ?
Thanks :)