pixelmund / svelte-kit-cookie-session

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

Use real `cookie` package instead of the copy pasted one. #6

Closed pixelmund closed 3 years ago

pixelmund commented 3 years ago

At the time writing this library there where some problems with the cookie package and esm. These should probably be fixed now so we can get rid of the copy pasted one.

pixelmund commented 3 years ago

I tested the cookie package but it doesn't seem to work properly with esm still. Guess we'll just keep the copy pasted one.