Hello,
context :
I've been using supertoken for session management some time with no trouble and wanted to take the time to finally update my dependency.
I was using supertoken-website 4.4.1 and my frontend was configured to use supertokenAxios instead of globalAxios when sending request. I updated to the latest version 16.0.3 and now have the following message : Failed to resolve import SuperTokensRequest from 'supertokens-website/axios';
questions :
I saw on your website that the official way to handle sessionManagement was now via supertoken-web-js but it seems that supertokens-website was updated 10 days ago. Is there another setup where I can use it directly to keep the changes to a minimum ?
On the other hand, if I change my setup to use the new one, will I need to update my backend ? I'm using Kotlin/Javalin (import io.supertokens.javalin.SuperTokens) and it isn't among the supported frameworks. Is there another doc I can refer to ? Or would you say I better change to another tool before the old lib stop being supported ?
Thank you 🙂