pixelmund / svelte-kit-cookie-session

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

Express Integration #20

Closed pixelmund closed 2 years ago

pixelmund commented 3 years ago

In my own project i decided to decouple my backend from sveltekit and i would love to use the same library/api as a middleware/connect handler. I don't know if this should be included in this or if i should create a separate one.