Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simplewebauthn/packages/server/src/services/metadataService.ts

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
Latest
import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v12.0.0/packages/server/src/services/metadataService.ts";

Classes

An implementation of MetadataService that can download and parse BLOBs, and support on-demand requesting and caching of individual metadata statements.

Variables

A basic service for coordinating interactions with the FIDO Metadata Service. This includes BLOB download and parsing, and on-demand requesting and caching of individual metadata statements.