1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Update index.js

Temporarily turn OAuth 2.0 state tokens off due to #931.
This commit is contained in:
Simo Kinnunen 2018-08-11 16:33:32 +09:00 committed by GitHub
parent bc6c25bd4d
commit 762b07bc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ module.exports.builder = function(yargs) {
.option('oauth-state', {
describe: 'Whether to enable OAuth 2.0 state token support.'
, type: 'boolean'
, default: true
, default: false
})
.option('oauth-domain', {
describe: 'Optional email domain to allow authentication for.'