Module

x/hono/utils/jwt/index.ts>Jwt.sign

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable Jwt.sign
import { Jwt } from "https://dotland.deno.dev/x/hono@v4.0.10/utils/jwt/index.ts";
const { sign } = Jwt;

type

(
payload: unknown,
secret: string,
alg?: AlgorithmTypeName,
) => Promise<string>