import { generateKeyValue } from "https://deno.land/x/fathym_common@v0.2.148-fluent-builder/src/common/jwt/generateKeyValue.ts";
Generates a JSON Web Key (JWK) for the given JWT config.
Parameters
jwtConfig: JWTConfig
The JWT config.
Returns
Promise<JsonWebKey>
A JSON Web Key (JWK) for the given JWT config.