Skip to main content
✏️ Code CompletionND Node.js Medium+20 XP

JWT Sign

Complete to sign a JSON Web Token.

✏️ Fill in the blank
const token = jwt.___(payload, SECRET, { expiresIn: '1h' });

✏️ Type the missing code: