import { SignJWT } from "https://deno.land/x/jose@v5.9.6/jwt/sign.ts";
Signs and returns the JWT.
Parameters
Private Key or Secret to sign the JWT with. See Algorithm Key Requirements.
optional
options: SignOptionsJWT Sign options.
import { SignJWT } from "https://deno.land/x/jose@v5.9.6/jwt/sign.ts";
Signs and returns the JWT.
Private Key or Secret to sign the JWT with. See Algorithm Key Requirements.
JWT Sign options.