Skip to content

Commit

Permalink
Merge pull request #85 from ianmacl/patch-1
Browse files Browse the repository at this point in the history
Add debugging information to README.
  • Loading branch information
jaredhanson committed Feb 5, 2015
2 parents 9140411 + 5226ea9 commit 8afbaac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8afbaac

Please # to comment.