https://supertokens.com/ logo
#general
Title
# general
s

Sun Walker

06/13/2020, 9:16 AM
ah gotcha, and another thing
Copy code
SuperTokensRequest.init("https://api.example.com/api/refresh", 440, {});
Is the recommended init for axios
Copy code
SuperTokensRequest.init("https://api.example.com/api/refresh", 440, true, {});
is the recommended init for fetch axios init shows TS error