import { SignJWT } from "https://deno.land/x/jose@v5.4.0/index.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.