Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score88%
License
MIT
Downloads953/wk
Published9 hours ago (13.2.3)

SimpleWebAuthn for Servers

@simplewebauthn/server

WebAuthn npm (scoped) JSR

Installation

This package can be installed from NPM and JSR:

Node LTS 20.x and higher

npm install @simplewebauthn/server

Deno v1.43 and higher

deno add jsr:@simplewebauthn/server

Documentation

You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/server

Supported Attestation Formats

SimpleWebAuthn supports all current WebAuthn attestation formats, including:

  • Android Key
  • Android SafetyNet
  • Apple
  • FIDO U2F
  • Packed
  • TPM
  • None
Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@simplewebauthn/server

Import symbol

import * as server from "@simplewebauthn/server";
or

Import directly with a jsr specifier

import * as server from "jsr:@simplewebauthn/server";