From 5226ea9d5b26ec87b8cd7acf24c3a8c889814e46 Mon Sep 17 00:00:00 2001 From: ianmacl Date: Tue, 4 Mar 2014 09:44:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 795fd475..74fc7978 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,10 @@ how to implement an OAuth service provider, complete with protected API access. $ npm install $ npm test +## Debugging + +oauth2orize uses the [debug module](https://www.npmjs.org/package/debug). You can enable debugging messages on the console by doing ```export DEBUG=oauth2orize``` before running your application. + ## Credits - [Jared Hanson](http://github.com/jaredhanson)