Skip to main content
Go to Latest
function sign
Deprecated
Deprecated

moved to the core:

import { jwt } from 'darkflare'

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

Parameters

payload: Payload
secret: string
optional
options: { encrypt?: string; }