@vurb/api-key 3.8.1 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<h1 align="center">@vurb/api-key</h1>
|
|
3
3
|
<p align="center">
|
|
4
|
-
<strong>API Key
|
|
4
|
+
<strong>MCP API Key Authentication for Vurb.ts</strong> — A framework for creating secure MCP servers<br/>
|
|
5
|
+
Timing-safe API key validation · SHA-256 hashing · Async validators · Self-healing error responses
|
|
5
6
|
</p>
|
|
6
7
|
</p>
|
|
7
8
|
|
|
@@ -9,11 +10,13 @@
|
|
|
9
10
|
<a href="https://www.npmjs.com/package/@vurb/api-key"><img src="https://img.shields.io/npm/v/@vurb/api-key?color=blue" alt="npm" /></a>
|
|
10
11
|
<a href="https://github.com/vinkius-labs/vurb.ts/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
|
|
11
12
|
<img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen" alt="Node" />
|
|
13
|
+
<a href="https://modelcontextprotocol.io/"><img src="https://img.shields.io/badge/MCP-compatible-purple" alt="MCP" /></a>
|
|
14
|
+
<a href="https://vurb.vinkius.com/"><img src="https://img.shields.io/badge/Vurb.ts-framework-0ea5e9" alt="Vurb.ts" /></a>
|
|
12
15
|
</p>
|
|
13
16
|
|
|
14
17
|
---
|
|
15
18
|
|
|
16
|
-
> API
|
|
19
|
+
> **MCP API Key Authentication for Vurb.ts** — the Model Context Protocol framework for building production MCP servers. Timing-safe key comparison, SHA-256 hashing, async validators, and self-healing error responses.
|
|
17
20
|
|
|
18
21
|
## Quick Start
|
|
19
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vurb/api-key",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "API key validation middleware for MCP servers built with vurb. Timing-safe comparison, SHA-256 hashing, async validators, and self-healing error responses.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|