thisjust.
03/05/2021, 5:56 AMSuperTokens.init({
appInfo: {
appName,
apiDomain: "http://localhost:8888",
websiteDomain: "http://localhost:8888",
apiBasePath: "/auth"
},
recipeList: [
// Not sure if the `{sessionScope: 'localhost'}`
// is necessary, didn't see it in the docs
// But saw it in your convo with Dimitri:
Session.init({sessionScope: 'localhost'})
]
});