mirror of
https://github.com/zerotier/ztchooks-ts.git
synced 2026-05-22 16:29:35 -07:00
557712a2485a258f424cee2097e3452836c25357
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ZTC Hooks TypeScript
ztchooks provides primitives for serializing and verifying hooks fired from ZeroTier Central
Webhook signatures from ZeroTier Central are in the HTTP header field: X-ZTC-Signature
Example:
const psk = "<your_pre_shared_key>"
const signature = "<hook_signature>"
const payload = "<hook payload>";
verifySignature(psk, signature, payload, Number.MAX_SAFE_INTEGER);
License
Copyright 2023 ZeroTier, Inc. All rights reserved. Licensed under the Mozilla Public License Version 2.0. See the LICENSE file for the full license text.
Languages
TypeScript
93.3%
JavaScript
6.7%