Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deco/commons/jwt/keys.ts>getKeyPair

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable getKeyPair
import { getKeyPair } from "https://deno.land/x/deco@1.107.0/commons/jwt/keys.ts";

Returns a tuple of [publicKey, privateKey] in a JsonWebKey format.

type

() => Promise<[JsonWebKey, JsonWebKey]>