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