MEAN - Stack Development Practice Test
MEAN MEAN Stack Security and Deployment
What is JWT (JSON Web Token) and how is it used for authentication in a MEAN stack?
Select your answer
A
A self-contained token encoding user claims that Angular sends in Authorization headers for Express to verify
B
A session cookie stored in MongoDB for tracking user logins
C
A database encryption standard for storing passwords in MongoDB
D
A two-factor authentication protocol for Node.js APIs
Hint