consider rpc implementation

This commit is contained in:
AJ ONeal 2017-02-06 14:26:59 -07:00
父節點 a43282fab6
當前提交 4e225e95c9

查看文件

@ -81,6 +81,9 @@
action: 'directives' action: 'directives'
, state: core.utils.randomState() , state: core.utils.randomState()
, redirect_uri: opts.appUrl + (opts.appCallbackPath || '/.well-known/oauth3/callback.html') , redirect_uri: opts.appUrl + (opts.appCallbackPath || '/.well-known/oauth3/callback.html')
, response_type: 'rpc'
, _method: 'GET'
, _pathname: '.well-known/oauth3/directives.json'
, debug: opts.debug || undefined , debug: opts.debug || undefined
}; };