Skip to main content
Latest
function verify
Deprecated
Deprecated

moved to the core:

import { jwt } from 'darkflare'

jwt.verify(...)
import { verify } from "https://deno.land/x/darkflare@v7.2.6/jwt/mod.ts";

Parameters

token: string
secret: string
optional
options: VerifyOptions & { decrypt?: string; }