# oauth-sign

> OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.

Latest version **0.9.0** (published 2018-08-02) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install oauth-sign
pnpm add oauth-sign
yarn add oauth-sign
bun add oauth-sign
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.0 |
| Published | 2018-08-02 |
| First published | 2013-03-01 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Unpacked size | 13.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 60 |
| Author | Mikeal Rogers |
| Maintainers | mikeal, nylen, simov |

## Links

- npm: https://www.npmjs.com/package/oauth-sign
- Repository: https://github.com/mikeal/oauth-sign
- Homepage: https://github.com/mikeal/oauth-sign#readme
- Issues: https://github.com/mikeal/oauth-sign/issues
- npm.io page: https://npm.io/package/oauth-sign

## Recent versions

- 0.9.0 (latest) — 2018-08-02
- 0.8.2 — 2016-05-04
- 0.8.1 — 2016-01-31
- 0.8.0 — 2015-05-28
- 0.7.0 — 2015-03-21
- 0.6.0 — 2015-01-04
- 0.5.0 — 2014-10-13
- 0.4.0 — 2013-09-23
- 0.3.0 — 2013-04-22
- 0.2.0 — 2013-03-01

## README

oauth-sign
==========

OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. 

## Supported Method Signatures

- HMAC-SHA1
- HMAC-SHA256
- RSA-SHA1
- PLAINTEXT

---
_Source: https://npm.io/package/oauth-sign · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
