We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f592ac8 commit 0632e20Copy full SHA for 0632e20
spec/SecurityCheckGroups.spec.js
@@ -49,6 +49,7 @@ describe('Security Check Groups', () => {
49
config.masterKey = 'insecure';
50
config.security.enableCheckLog = true;
51
config.allowClientClassCreation = true;
52
+ config.enableInsecureAuthAdapters = true;
53
config.graphQLPublicIntrospection = true;
54
await reconfigureServer(config);
55
0 commit comments