Hello. The refresh token functionality for the fro...
# support-questions-legacy
s
Hello. The refresh token functionality for the frontend SDK does not appear to be working for us. We are using Axios and following this documentation https://supertokens.com/docs/session/quick-setup/handling-session-tokens When there is a session refresh, our users get logged out of the app. Is there some sort of additional backend configuration we need? From the documentation it looks like
Copy code
export const supertokensClient = axios.create();

SuperTokens.addAxiosInterceptors(supertokensClient);
should be all we need for refresh tokens to work
r
hey @SuperEric which sdk are you using nof ours?
Also, is the refresh call being made by the frontend automatically? Or no refresh call?
2 Views