How does JWT (JSON Web Token) enhance security in stateless authentication?
- It carries self-contained claims in a token
- It encrypts the entire HTTP payload
- It includes encrypted session data
- It provides a secure channel for data transfer
JWT enhances security in stateless authentication by carrying self-contained claims in a token, reducing the need for constant server-side storage of session data.
Loading...
Related Quiz
- What is a common method to indicate a version in a RESTful web service's URL?
- _______ is a critical feature of API Gateways for managing the lifecycle of APIs.
- A company is transitioning from a monolithic architecture to Microservices. What should be the focus for the initial phase?
- What is the primary role of XML in web services?
- What type of encryption is used by HTTPS to secure communication in web services?