mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import crypto from "crypto";
|
|
import * as jose from "jose";
|
|
|
|
console.log("Your generated key is:", jose.base64url.encode(crypto.randomBytes(32)));
|