What is the purpose of JWT (JSON Web Token) in authentication?
- Authenticating the server to the client
- Encrypting the user's password
- Securely transmitting information between parties
- Storing sensitive information in the client-side
The purpose of JWT is to securely transmit information between parties. It is a compact, URL-safe means of representing claims to be transferred between two parties.
Loading...
Related Quiz
- _______ is a technique used to store copies of frequently accessed data in a faster storage location to improve access times.
- _______ caching involves storing data in a distributed manner across multiple servers.
- You're designing an application that requires finding the shortest path between two nodes in a graph. Which algorithm would you choose and why?
- The "git branch" command is used to _______.
- In Git, a "conflict" occurs when the changes in two branches are _______.