Is there a recommended way to handle these intermittent errors?
The calls are returning code 401, “Could not authenticate with OAuth.”. We interpret that as a problem with the user’s token, and ask them to sign in again. But if we can’t trust that error, how do you recommend we handle this?
Our solution is now to have test accounts that we know should work, and if they don’t, assume the issue is on your end instead of with any one user’s token. Is there a better way?
Do you not have some similar state test before returning a response to prove your internal authentication is functioning? As others have described, this happens a lot to us. Today, it was for everyone, for the last couple of hours.