@simplewebauthn/server@13.2.3Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score88%•This package works with Cloudflare Workers, Node.js, Deno, Bun



License
•MIT
Downloads953/wk
•Published9 hours ago (13.2.3)
SimpleWebAuthn for Servers
@simplewebauthn/server
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
Add Package
deno add jsr:@simplewebauthn/server
Import symbol
import * as server from "@simplewebauthn/server";
Import directly with a jsr specifier
import * as server from "jsr:@simplewebauthn/server";