Skip to content

Instantly share code, notes, and snippets.

@mfbx9da4
Created January 3, 2025 00:02
Show Gist options
  • Save mfbx9da4/a3b26876b9abc7dc864a14dce06fe182 to your computer and use it in GitHub Desktop.
Save mfbx9da4/a3b26876b9abc7dc864a14dce06fe182 to your computer and use it in GitHub Desktop.
import { generateKeys, sign, verify } from "paseto-ts/v4";
const key = generateKeys("public", { format: "paserk" });
console.log("key", key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment