mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Update index.js
Temporarily turn OAuth 2.0 state tokens off due to #931.
This commit is contained in:
parent
bc6c25bd4d
commit
762b07bc45
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module.exports.builder = function(yargs) {
|
||||||
.option('oauth-state', {
|
.option('oauth-state', {
|
||||||
describe: 'Whether to enable OAuth 2.0 state token support.'
|
describe: 'Whether to enable OAuth 2.0 state token support.'
|
||||||
, type: 'boolean'
|
, type: 'boolean'
|
||||||
, default: true
|
, default: false
|
||||||
})
|
})
|
||||||
.option('oauth-domain', {
|
.option('oauth-domain', {
|
||||||
describe: 'Optional email domain to allow authentication for.'
|
describe: 'Optional email domain to allow authentication for.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue