In JWT, what is the purpose of the 'signature' part?
- To compress the token payload
- To ensure the confidentiality of the token
- To provide a unique identifier for the token
- To verify the authenticity of the token
The 'signature' part in JWT is used to verify the authenticity of the token, ensuring that it has not been altered since it was signed by the issuer.
Loading...
Related Quiz
- Which HTTP method is typically used to create a new resource in a RESTful service?
- What advanced technique can be used to debug performance issues in a web service?
- _______ in API Gateways can transform incoming requests before routing them to appropriate services.
- How does an API Gateway facilitate the handling of client requests?
- In web services, a TLS handshake is used for what purpose?