Steve Cosman
Steve Cosman
These docs might be better. This might be fairly easy actually! https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-template
Could we just get a "markUserAsVerifed" method as a interm solution if this fix is going to take much longer? To current state of svelte+supabase is pretty frustrating. Non SSR...
Workaround for SvelteKit: `export const ssr = false`
Very cool! Are you planning on updating once you find the remaining issues you described in #29? I'll hold off a detailed CR until then, probably.
@kizivat can you check the security concern? I think I got them all. I completely removed the old method so would have caused build errors if not (I think). That's...
Thanks again for this PR. Looks good for quality (not final pass but initial looks good). However: those errors sure are annoying! I do think almost all are originating in...
This seems to be the issue we're waiting on: https://github.com/supabase/auth-js/issues/888
@kizivat Does this change work with `"@supabase/auth-helpers-sveltekit": "^0.11.0",`? I found that worked around the blocker on another PR.
haha, of course. Okay, let's wait until https://github.com/supabase/auth-js/issues/888 is resolved then.
@mez0ru can you share the code? Is it really just a `delete session.user`? I had played around with this approach, but found it broke things (supabase expects session to have...