Skip to main content
Module

x/djwt/signature.ts>verify

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
function verify
import { verify } from "https://deno.land/x/djwt@v2.8/signature.ts";

Parameters

signature: Uint8Array
key: CryptoKey | null
signingInput: string

Returns

Promise<boolean>