import { djwt } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { validate } = djwt;
It does not verify the digital signature.
import { djwt } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { validate } = djwt;
It does not verify the digital signature.