Created
January 3, 2025 00:02
-
-
Save mfbx9da4/a3b26876b9abc7dc864a14dce06fe182 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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