Andrew Smith

Results 67 comments of Andrew Smith

Please take this pull request as its breaking otherwise.

These methods are specific to this library being used with the Supabase stack, it doesn't break SvelteKit as you can construct, get and delete the cookie in your own application...

> Thanks for sharing the auth-helpers repo! > > Would it be possible to get official documentation on how to construct, get, and delete the cookie on a custom stack...

Please do add in support for snappy, this would be great.

Can you take a look at the example project in this repo as I don't remember it having this issue, it might be something to do with your implementation. https://github.com/supabase-community/auth-helpers/tree/main/examples/nextjs

I know what this issue is, we have the same issue in SvelteKit. This is due to the server loading before the client, and the (cookie saving) request to the...

The library has changed quite a bit and this method is no longer necessary.

It's the same use with any method (GET, POST, PUT, DEL). The concept of locals is more SvelteKit related than auth helpers related. If you can provide more clearly what...

Please provide more information, there isn't enough information here to reproduce this issue. Do you have an example repo showing this happening?

You need to delete the cookies the auth helper set in order to be fully logged out, so you would need your code to be more like this: ```js import...