In token-based authentication, what is the main advantage of using tokens over traditional credentials?
- Compatibility with legacy systems
- Simplicity in implementation
- Stateless nature and scalability
- Strong encryption of credentials
Token-based authentication offers a stateless and scalable solution, as tokens carry the necessary information and reduce the need for server-side storage of session data.
Loading...
Related Quiz
- n Kubernetes, multiple containers in a single Pod share the same _______.
- In a Continuous Integration/Continuous Deployment (CI/CD) pipeline, how do mock services enhance the testing process?
- Which HTTP method is typically used to create a new resource in a RESTful service?
- Which type of encryption does TLS use to secure data transmission in web services?
- In AWS, what is the primary function of Elastic Load Balancing?