import { jwtCore } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { validate } = jwtCore;
It does not verify the digital signature.
Parameters
optional
options: VerifyOptionsimport { jwtCore } from "https://deno.land/x/dtils@2.2.0/deps.ts";
const { validate } = jwtCore;
It does not verify the digital signature.