You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing an invalid config to one of the constructors, in our case AuthorizationCode, we receive a helpful Joi ValidationError. The problem, though, is that this error includes the provided config, which includes the secret, which gets logged to stdout and picked up by logging services.
Do you have a new or modified API suggestion to solve the problem?
I'd suggested replacing the logged secret with [REDACTED].
The text was updated successfully, but these errors were encountered:
Context
What problem are you trying to solve?
When providing an invalid config to one of the constructors, in our case
AuthorizationCode
, we receive a helpful JoiValidationError
. The problem, though, is that this error includes the providedconfig
, which includes the secret, which gets logged to stdout and picked up by logging services.Do you have a new or modified API suggestion to solve the problem?
I'd suggested replacing the logged secret with
[REDACTED]
.The text was updated successfully, but these errors were encountered: