Can we get a password parameter added to all of the http related call that use OAuth related tokens?
The key.json and/or local keychain concept it too easy to exploit.
Adding a password parameter to the various CLI methods would allow for the use of local encryption without exposing an org to a hacked Admin/Dev machine.
Yes, it would be possible to grab the password via a key logger, but simple password protection would be a significant security improvement over the current CLI.
Can we get a
passwordparameter added to all of the http related call that use OAuth related tokens?The
key.jsonand/or local keychain concept it too easy to exploit.Adding a
passwordparameter to the various CLI methods would allow for the use of local encryption without exposing an org to a hacked Admin/Dev machine.Yes, it would be possible to grab the password via a key logger, but simple password protection would be a significant security improvement over the current CLI.