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
- Host: GitHub
- URL: https://github.com/postmanlabs/node-oauth1
- Owner: postmanlabs
- Created: 2016-01-19T11:37:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-23T11:39:11.000Z (4 months ago)
- Last Synced: 2025-10-19T14:32:40.248Z (3 months ago)
- Language: JavaScript
- Size: 672 KB
- Stars: 5
- Watchers: 22
- Forks: 8
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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