Hi, I am trying to setup Apollo Client in a React web app with Cognito JWT Tokens using Amplify.
So, I noticed I was getting 200 as response code on a GraphQL request with an expired token.
Is that correct?
This implementation of how to handle an expired token relies on a 401 http response. https://blog.benclmnt.com/blog/apollo-auth/
Does anyone here have a good way of handling this?
Thanks