# @babblevoice/babble-drachtio-auth

> Simple auth functions to auth requests

Latest version **1.3.1** (published 2025-04-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @babblevoice/babble-drachtio-auth
pnpm add @babblevoice/babble-drachtio-auth
yarn add @babblevoice/babble-drachtio-auth
bun add @babblevoice/babble-drachtio-auth
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.1 |
| Published | 2025-04-29 |
| First published | 2022-06-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 36 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nick Knight |
| Maintainers | tinpotnick |
| Keywords | SIP, MD5, Auth |

## Links

- npm: https://www.npmjs.com/package/@babblevoice/babble-drachtio-auth
- Repository: https://github.com/babblevoice/babble-drachtio-auth
- Homepage: https://github.com/babblevoice/babble-drachtio-auth#readme
- Issues: https://github.com/babblevoice/babble-drachtio-auth/issues
- npm.io page: https://npm.io/package/@babblevoice/babble-drachtio-auth

## Dependencies (1)

- [uuid](https://npm.io/package/uuid.md) ^8.3.2

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 1.3.1 (latest) — 2025-04-29
- 1.3.0 — 2024-10-21
- 1.2.1 — 2023-06-10
- 1.2.0 — 2022-09-28
- 1.1.3 — 2022-07-29
- 1.1.2 — 2022-07-29
- 1.1.1 — 2022-07-29
- 1.1.0 — 2022-07-27
- 1.0.2 — 2022-07-14
- 1.0.1 — 2022-07-08
- 1.0.0 — 2022-06-17

## README

# babble-drachtio-auth

Authentication utilities for Drachtio and SIP. This is not a unique module - but I wanted

* Cryptographically secure source for nonce
* Replay protection based on both nc and cnonce
* proper use of the stale flag if a nonce has been used more than n times

---
_Source: https://npm.io/package/@babblevoice/babble-drachtio-auth · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
