Join Discord
Powered by
Hi <@498057949541826571>, do you know of any imple...
# support-questions-legacy
f
finnthehero
07/21/2022, 11:27 AM
Hi
@rp_st
, 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_st
07/21/2022, 11:28 AM
Hey! We have an example app with svelte with our pre built UI:
https://github.com/supertokens/supertokens-auth-react/tree/master/examples/with-svelte-react-thirdpartyemailpassword
rp_st
07/21/2022, 11:29 AM
The session related stuff shuold work the same either way
rp_st
07/21/2022, 11:29 AM
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_st
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_st
07/21/2022, 12:08 PM
Happy to help
Previous
Next