Add subject to implicitGrant

This commit is contained in:
Drew Warren 2017-07-05 16:16:51 -06:00
förälder f10dee9167
incheckning 186c0ea45a

Visa fil

@ -297,6 +297,7 @@
debug: opts.debug || undefined
, client_uri: opts.client_uri || opts.clientUri || undefined
, client_id: opts.client_id || opts.client_uri || undefined
, subject: opts.subject
, state: state
};
var result;