Merge branch 'master' of git.daplie.com:OAuth3/oauth3.js
This commit is contained in:
commit
90e42e13d4
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue