feat: Deprecation DEPPS113: Config option enableInsecureAuthAdapters defaults to false (#9982)
BREAKING CHANGE: This release changes the config option `enableInsecureAuthAdapters` default to `false` (Deprecation DEPPS13).
This commit is contained in:
@@ -49,6 +49,7 @@ describe('Security Check Groups', () => {
|
||||
config.masterKey = 'insecure';
|
||||
config.security.enableCheckLog = true;
|
||||
config.allowClientClassCreation = true;
|
||||
config.enableInsecureAuthAdapters = true;
|
||||
config.graphQLPublicIntrospection = true;
|
||||
await reconfigureServer(config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user