Authorization for a given user authenticates the request to that user, to access or modify that user's data. Once the API has handled a request and generated data for the API response, remove the user from the request to prevent use of any further user information in the rendered response.
Testing
passed automated testing locally
ran locally to test API behavior changes as expected
Description
Authorization for a given user authenticates the request to that user, to access or modify that user's data. Once the API has handled a request and generated data for the API response, remove the user from the request to prevent use of any further user information in the rendered response.
Testing