hows it going? hope youre having a good day. brand new to js so forgive me if i make obvious mistakes. anyway i got this
a9 {JWT secret key}```
i have this and i know its a problem, whats the issue here, i bet its formatted wrong
also i have two spots in the code that need a jwt code, i was watching a vid and he Also had a refresh key, do they need to match or does one need to be a refresh? here is the block
```const token = jwt.sign(
{ user_id: user._id, email },
process.env.JWT_SECRET, 087d319244473cf1b901eb551db2a7d37f102ef71e455fc749a614f777348a55e73721ae8852fcbeda6da8651978c69ab9a8cc151f3b8beabe09504c89d936ca949eff28da5e2452e70372cd72197ba89d646e732ec87bb24b636fd6e2599b21376467b7110c0a486ad803899e46f148a78bf02d037ffb3c180ded255f0143eced2eecaceda4018a5f0b8ad534f1821e04256475db8d025892416dea63d992a1c7209de19ecbdc73f103b3459c09299c549a044a811ffd631b5bbfd6bc40d7831fef7bd4b38152d1584fa1ad6e438f6f0411aba0b1c7a78e340dc0cacc7f24d60b30df7ceb9f4f50c0db6e994ae453c028e1b3e91292f2e1ebbc6c9ae7b376a9 {JWT secret key}
{
expiresIn: "2h",
}
);```