Restler-OAuth2

Adds automatic OAuth2 authentication support and token to Restler services.
Installation
Restler-OAuth2 can be installed via npm:
$ npm install restler-oauth2
Example
var restler = require('restler');
var oauth2 = require('restler-oauth2');
oauth2.install(restler, {
reauthStatusCode: '401'
});
API
Bugs and Feedback
If you see a bug or have a suggestion, feel free to open an issue here.
Contributions
PR's welcome! There are no strict style guidelines, just follow best practices and try to keep with the general look & feel of the code present. All submissions must pass jshint and have a test to verify (if applicable).
License
Unlicense. This is a Public Domain work.

"Make art not law" -Nina Paley