supabase / auth-helpers

A collection of framework specific Auth utilities for working with Supabase.
https://supabase.github.io/auth-helpers/
MIT License
893 stars 240 forks source link

add support for sveltekit 2 #712

Closed wbhob closed 5 months ago

wbhob commented 6 months ago

What kind of change does this PR introduce?

Versions upgrade, fixes #706

What is the current behavior?

Currently unable to persist cookies without specifying a path per SvelteKit 2 docs:

What is the new behavior?

Sets path to '/' by default, making it compatible with SvelteKit 1 and 2.

JayeshVP24 commented 6 months ago

+1

wbhob commented 6 months ago

@silentworks in case you missed it