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://dotland.deno.dev/x/djwt@v2.9.1/signature.ts";

Parameters

signature: Uint8Array
key: CryptoKey | null
signingInput: string

Returns

Promise<boolean>