What OS and OS version are you experiencing the issue(s) on?
Applies to any OS / OS Version
What is the expected behavior?
The data passed to functions should be logged conditionally by setting an environment var for example (DEBUG = true)
What is the actual behavior?
When checking the execution logs of the signup function, the password is displayed in plain text if the execution resulted in an error. This also affects the authenticate function.
Issue type:
I am submitting:
Issue Questions:
What OS and OS version are you experiencing the issue(s) on?
Applies to any OS / OS Version
What is the expected behavior?
The data passed to functions should be logged conditionally by setting an environment var for example (
DEBUG = true
)What is the actual behavior?
When checking the execution logs of the
signup
function, the password is displayed in plain text if the execution resulted in an error. This also affects theauthenticate
function.What steps may we take to reproduce the behavior?
Email already in use
error by trying to signup with an existing email addressgc logs -f signup