pixelmund / svelte-kit-cookie-session

⚒️ Encrypted "stateless" cookie sessions for SvelteKit
MIT License
184 stars 12 forks source link

Question: Svelte only compatible ? #52

Closed glanzel closed 1 year ago

glanzel commented 1 year ago

As it Is only browser side: would this also work with svelte only (without sveltekit)

pixelmund commented 1 year ago

Hey, the library is mostly server side, using SvelteKit Hooks and SvelteKit specific API's, so it won't work with svelte only.

glanzel commented 1 year ago

thanks very much for the fast anwsering