We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c964e commit 7a55edbCopy full SHA for 7a55edb
routes/users.js
@@ -6,6 +6,7 @@ const secret = process.env.secret;
6
7
const clientId = "c16b80e7b58a5a007157";
8
const algorithm = "aes-256-ctr";
9
+const iv = crypto.randomBytes(16);
10
11
const db = [
12
{
0 commit comments