Hi, I'm using supertokens-react-native in my RN app and I'm a bit confused.
supertokens seems to automatically call the /refresh endpoint + also receives new token, but when it retries the last request that returned 401, it still sends the old token in the header and I end up in request loop.
Shouldn't the fetch interceptor insert new token to header too or am I missing something?