Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.5.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; }