Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/commons/jwt/deps.ts>djwt.validate

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
function djwt.validate
import { djwt } from "https://deno.land/x/blocks@1.63.13/commons/jwt/deps.ts";
const { validate } = djwt;

It does not verify the digital signature.

Parameters

unnamed 0: [any, any, Uint8Array]
optional
options: VerifyOptions

Returns

{ header: Header; payload: Payload; signature: Uint8Array; }