Support OAuth2 Implicit Grant

matthew_buckett
Community Contributor

Do you have any plans to support the OAuth2 implicit grant as outlined in: RFC 6749 - The OAuth 2.0 Authorization Framework  ?

Supporting this part of the OAuth 2 protocol makes it much easier to author client side web application that authenticates against Canvas and then uses the access_token to make request against the Canvas API on behalf of the user.