Joe Chan

Results 6 comments of Joe Chan

I ran into a variant of this bug, but not sure if it's the same. However, I'm pretty sure the middleware code in the doc for set() doesn't work when...

Two improvements I can see: - It doesn't use the newer ssr package, which has a different API. - On refresh, the code doesn't seem to update the cookie sent...

I found some bugs with the middleware code provided by Supabase doc. I'll need to debug it enough to be able to proceed. That sample code seems to not work...

You can look at the repo linked in OP to see how it works. The gist is to create the server client with the callbacks to get/set/delete cookies, and then...

> Thanks! I am new to web development, and while this looks very good, the packages used don't seem to be the latest versions, which is a bit overwhelming for...

The docs are here: https://supabase.com/docs/reference/javascript/auth-api If you're not familiar with auth, it's a bit hard to understand. If you want to use social login, you should look at that part...