https://supertokens.com/ logo
f

FinnTheHero

07/21/2022, 11:27 AM
Hi @rp, do you know of any implementations for svelte? I`m trying to use the supertokens-web-sdk for svelte (sveltekit), but Im having issues with getting fetch to pass along the cookies required for the api-requests.
r

rp

07/21/2022, 11:28 AM
The session related stuff shuold work the same either way
Can you enable frontend and backend debug logs and show me the output when making the fetch call?
f

FinnTheHero

07/21/2022, 11:51 AM
Actually got it working 🙂 I was using sweltes fetch metod and not the native fetch web API 😅
r

rp

07/21/2022, 11:56 AM
Ah ok! Cool
f

FinnTheHero

07/21/2022, 12:04 PM
Thanks for your help and for the example app 😊
r

rp

07/21/2022, 12:08 PM
Happy to help