main
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-04-30 17:12:18 +02:00
parent 35bfc311e7
commit 1775ac1aa1
+3
View File
@@ -0,0 +1,3 @@
const jwt = require('jsonwebtoken');
const token = jwt.sign({ sub: 'user_id_here' }, 'ContentGen_SuperSecretKey_2026', { expiresIn: '1h' });
console.log(token);