cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
629 stars 323 forks source link

Hiding sensitive data on error #577

Closed dannyv-cloudinary closed 1 year ago

dannyv-cloudinary commented 1 year ago

Brief Summary of Changes

Allows users to add hide_sensitive to their cloudinary.config() in order to ensure API key & secret, and Authorization header info is removed from error responses

What Does This PR Address?

Are Tests Included?

victorli-cloudinary commented 1 year ago

There are two console.logs in your config.spec.js