pixelmund / svelte-kit-cookie-session

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

Update apis to fit SvelteKit's recent changes #24

Closed pixelmund closed 2 years ago

ghost commented 2 years ago

Breaking change in SvelteKit api: handle({request,resolve}) has been replaced with handle({event,resolve}

pixelmund commented 2 years ago

Hey, i'll try to get the required changes in later today. For now you can stick to a previous version of Kit.