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

x/dtils/deps.ts>jwtCore.validate

The best unofficial library of utilities for Deno applications
Go to Latest
function jwtCore.validate
import { jwtCore } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { validate } = jwtCore;

It does not verify the digital signature.

Parameters

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

Returns

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