With the backend node.js, I have created a JWT token with a expire time:
signToken = (user) => { return jwt.sign({ id: user.userId }, process.env.JWT_S