Migration from the old version of supertokens-website
From 4.X.X to >= 4.5.X
Change all import statements from "supertokens-website/axios" to "supertokens-website"
For axios, we have renamed makeSuper() to addAxiosInterceptors()
If using with <scrip> tag, we have changed supertokens.axios.* or supertokens.fetch.* to supertokens.*.
We no longer support using this library without interceptors for ease of use.
We have removed the viaInterceptors param from the init function call.
We have removed refreshTokenUrl param, and replaced it with apiDomain and apiBasePath. The refresh API will always be on apiDomain + apiBasePath + "/session/refresh"
We have renamed websiteRootDomain to sessionScope - as that is more clear.