Have a question?
Message sent Close
View Categories

Authentication and Authorization

Authentication and Authorization

  • Ensure that requests without a token or with an invalid token are rejected.
  • Test the login endpoint with valid and invalid credentials.

  • Ensure that users without the required permissions are blocked from performing restricted actions.
  • Test access control by checking that users can only access resources they’re authorized to.