first commit

This commit is contained in:
2026-03-26 08:17:49 +03:30
commit 0fb6597e55
8 changed files with 2191 additions and 0 deletions

2
generate-token.js Normal file
View File

@@ -0,0 +1,2 @@
const crypto = require('crypto')
console.log(crypto.randomBytes(48).toString("hex"))