An open API service indexing awesome lists of open source software.

https://github.com/postmanlabs/node-oauth1

An implementation of OAuth1 signature generation
https://github.com/postmanlabs/node-oauth1

Last synced: 3 months ago
JSON representation

An implementation of OAuth1 signature generation

Awesome Lists containing this project

README

          

# node-oauth1

This is an implementation of OAuth-1.0a signatures, originally by Netflix, Inc.

# Installation

Install using
```
$ npm install node-oauth1
```

# License
Apache-2.0