Token-based authentication is often used in RESTful APIs because it does not maintain _______.

  • Cookies
  • Persistent Connections
  • Server Logs
  • Session State
Token-based authentication is preferred in RESTful APIs as it does not require maintaining session state on the server.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *