robschilder
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_st
06/27/2022, 3:26 PMrp_st
06/27/2022, 3:26 PMrp_st
06/27/2022, 3:27 PMrobschilder
06/27/2022, 6:00 PM