import { generateToken } from "https://deno.land/x/deno_nest@v3.15.1/modules/jwt/mod.ts";
Generate JWT
Parameters
payload: Payload
The data to be added to the JWT
key: CryptoKey
The key used to sign the JWT
optional
options: SignOptionsThe expiration time of the JWT in seconds