import { SignJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Signs and returns the JWT.
Parameters
Private Key or Secret to sign the JWT with. See Algorithm Key Requirements.
import { SignJWT } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Signs and returns the JWT.
Private Key or Secret to sign the JWT with. See Algorithm Key Requirements.