This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
api/src/scripts/generate-jwt-secret.ts

4 lines
90 B
TypeScript

import crypto from 'node:crypto'
console.log(crypto.randomBytes(256).toString('base64'))