0.1.0 • Published 9 years ago

restler-oauth2 v0.1.0

Weekly downloads
4
License
Unlicense
Repository
github
Last release
9 years ago

Restler-OAuth2 Quality Build Test Coverage

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.

Public Domain

"Make art not law" -Nina Paley