intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
122 stars 156 forks source link

Console logging of tokens seems like a bad idea #13

Closed stephen-vetbadger closed 5 years ago

stephen-vetbadger commented 5 years ago

Using console.log() is great for debugging but not appropriate for production code. I've put up a PR: https://github.com/intuit/oauth-jsclient/pull/12

abisalehalliprasan commented 5 years ago

Apprecite the PR#12. Will include this for the next release.

abisalehalliprasan commented 5 years ago

Fixed with new release 1.1.2