Rob Schilder
06/27/2022, 3:24 PMsameSite: lax
the tokens are not passed to the request and therefore all requests to our supertokens backend are unauthorized.
supertokens.init({
...frontendConfig().appInfo,
cookieHandler: capacitorCookieHandler,
})
The cookies are saved in localStorage. Do we need to create our own interceptor to add the cookies to the request headers?rp
06/27/2022, 3:26 PMRob Schilder
06/27/2022, 6:00 PM