Skip to content

Commit

Permalink
Clean up unneccessary auth data in client config (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Meijer authored and kecso committed Nov 7, 2018
1 parent 965d71c commit d647519
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/getclientconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ function getClientConfig(gmeConfig) {
delete clientConfig.authentication.jwt.renewBeforeExpires;
delete clientConfig.authentication.jwt.privateKey;
delete clientConfig.authentication.jwt.publicKey;
delete clientConfig.authentication.jwt.tokenGenerator;
delete clientConfig.authentication.salts;
delete clientConfig.authentication.authorizer;
delete clientConfig.authentication.adminAccount;

delete clientConfig.executor.nonce;
delete clientConfig.mongo;
Expand Down

0 comments on commit d647519

Please sign in to comment.