Jason Creviston
Jason Creviston
I tried to figure this out on my own, but had no luck. Then went to AI, but still couldn't get it working. I'll leave it up to the experts...
With more testing and prodding, I still can't find a solution that satisfies the "required, but `undefined`able" case. Regarding my immediate use case: after watching Simon's latest video on remote...
If the session is in local storage, then it sounds like you may have created a supabase client incorrectly. Can you show the code you're using to do this?
@MatsTornblom that setup will not save the session in cookies. To have the session saved in cookies, you have to pass a `storage` configuration to the client. You can create...
> Ah! I see! So simply adding cookieOptions doesn't automatically switch from localStorage to cookies. The cookieOptions only configures how cookies should behave if cookies are used, but doesn't actually...
I seem to remember someone else bringing this up recently. I don't think your expectations are how it was designed to work, so this would likely need to be a...
> How is it supposed to work? > If I have the same ‘[email protected]’ address, in both Apple and google, shouldn’t the last logged in be the ‘provider’ field then?...
Related: https://github.com/supabase/supabase-js/issues/1704
Should be fixed in supabase/auth-js#986. I'm not sure when it'll get merged, but I believe it's close to being approved.
@7ttp they aren't using Supabase OAuth for this flow, so the mismatch wouldn't apply. @uncvrd the only thing I can think of is to switch your Supabase OAuth tactic to...