Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js

This commit is contained in:
AJ ONeal 2017-05-08 17:42:38 -06:00
commit 90e42e13d4
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@
, { redirect_uri: opts.redirect_uri
, client_id: opts.client_id || opts.client_uri
, client_uri: opts.client_uri || opts.client_id
, scope: opts.scope
, state: opts._state || undefined
, debug: opts.debug
}