New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@turnkey/api-key-stamper

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/api-key-stamper

API key stamper for @turnkey/http

Source
npmnpm
Version
0.6.8
Version published
Weekly downloads
199K
-46.83%
Maintainers
3
Weekly downloads
 
Created
Source

title: "API Key Stamper"

@turnkey/api-key-stamper

npm

This package contains functions to stamp a Turnkey request. It is meant to be used with @turnkey/http

Usage:

import { ApiKeyStamper } from "@turnkey/api-key-stamper";
import { TurnkeyClient } from "@turnkey/http";

const stamper = new ApiKeyStamper({
  apiPublicKey: "...",
  apiPrivateKey: "...",
});

const httpClient = new TurnkeyClient(
  { baseUrl: "https://api.turnkey.com" },
  stamper,
);

Keywords

Turnkey

FAQs

Package last updated on 16 Jul 2026

Related posts