Direction: Choose the correct option
Q1.
What does JWT stand for?
Direction: Choose the correct option
Q2.
Where is a JWT typically stored on the client side?
Direction: Choose the correct option
Q3.
Which library is commonly used to sign and verify JWTs in Node.js?
Direction: Choose the correct option
Q4.
What does jwt.sign(payload, secret) do?
Direction: Choose the correct option
Q5.
How do you extract a token from the Authorization header?
