Authentication for GET methods, The GetUsers endpoint must ask for an access token that is valid. When the user make GET request to "api/users"
Implement JWT token verification for GET endpoints, specifically for the users listing endpoint.
Requirements
QA
Authentication for GET methods, The
GetUsersendpoint must ask for an access token that is valid. When the user make GET request to "api/users"Implement JWT token verification for GET endpoints, specifically for the users listing endpoint.
Requirements
QA