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

x/simplewebauthn/packages/server/src/helpers/isCertRevoked.ts

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

Functions

A method to pull a CRL from a certificate and compare its serial number to the list of revoked certificate serial numbers within the CRL.