Express JS Practice Test
Express JS Express Security and Authentication
What is the primary purpose of JSON Web Tokens (JWT) in an Express application?
Select your answer
A
Stateless authentication by encoding user identity in a signed token
B
Encrypting database connections
C
Storing session data server-side
D
Compressing JSON payloads
Hint