Compare commits

...

1 Commits

Author SHA1 Message Date
Steve Faulkner
95f4653647 Pass masterkey in connection string mode (#572) 2021-03-19 18:38:44 -05:00

View File

@@ -122,6 +122,7 @@ function configureHostedWithConnectionString(config: ConnectionString, explorerP
authType: AuthType.EncryptedToken,
accessToken: encodeURIComponent(config.encryptedToken),
databaseAccount,
masterKey: config.masterKey,
});
const explorer = new Explorer(explorerParams);
explorer.configure({