Skip to main content
Go to 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.0/jwt/mod.ts";

Parameters

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