Open
Description
Hi,
I found node-oauth2-server does not support Implicit Grant type described in RFC6749 section-4.2, which is a pretty simple authentication with only single request/response. And widely used in web app auth.
It would be great if node-oauth2-server could support implicit grant type.