14 lines
182 B
Markdown
14 lines
182 B
Markdown
# 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
|