MikeBild / sveltekit-adapter-aws

A SvelteKit adapter for AWS using the AWS-CDK
MIT License
135 stars 31 forks source link

add ability to handle multiple cookies #36

Open yonahw opened 1 year ago

yonahw commented 1 year ago

This handles cases where multiple cookies are set as fetch will return them in a single comma separated header.

Sorry for the previous PR's, I finally managed to get a deployed and tested version.