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