New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

restler-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restler-oauth2

Adds automatic OAuth2 authentication support and token to Restler services.

0.1.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

restler

FAQs

Package last updated on 23 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts