Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/jwt.ts>JwtProducer#create

The best unofficial library of utilities for Deno applications
Go to Latest
method JwtProducer.prototype.create
import { JwtProducer } from "https://deno.land/x/dtils@2.2.0/jwt.ts";

Parameters

lifetime: number
data: T

Returns

Promise<string>