@turnkey/webauthn-stamper
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

@turnkey/webauthn-stamper

npm

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

Usage:

import { WebauthnStamper } from "@turnkey/webauthn-stamper";
import { TurnkeyClient } from "@turnkey/http";

const stamper = new WebAuthnStamper({
  rpId: "example.com",
});

// New HTTP client able to sign with passkeys!
const httpClient = new TurnkeyClient(
  { baseUrl: "https://api.turnkey.com" },
  stamper
);

Readme

Keywords

Package Sidebar

Install

npm i @turnkey/webauthn-stamper

Weekly Downloads

17,208

Version

0.5.0

License

Apache-2.0

Unpacked Size

52.5 kB

Total Files

45

Last publish

Collaborators

  • moe-dev
  • jordanturnkey
  • tdawson
  • oliviathet_turnkey
  • zekemostov
  • jack-kearney-tkhq
  • r-n-o
  • andrewtk