Thor 雷神 Schaeff
Thor 雷神 Schaeff
@lsbyerley I've added an OAuth example here: https://github.com/supabase/auth-helpers/pull/354/files Thinking about changing the example to use the Auth UI. Would that be helpful?
@lsbyerley calling the auth methods in a server action wasn't the right approach unfortunately. I'm working on moving auth stuff to the client here: https://github.com/supabase/auth-helpers/pull/356 . It currently uses the...
- Example with Auth UI: https://github.com/supabase/auth-helpers/blob/main/examples/remix/app/root.tsx#L116-L122 - Example with custom form: https://github.com/supabase/auth-helpers/blob/main/examples/remix/app/routes/no-auth-ui.tsx#L9-L22
@lsbyerley by following the `createBrowserClient` and `onAuthStatChange` handler setup in the root route (https://github.com/supabase/auth-helpers/blob/main/examples/remix/app/root.tsx#L80-L96) you can now use the standard javascript methods: https://supabase.com/docs/reference/javascript/auth-signinwithoauth ```js { supabase?.auth.signInWithOAuth({ provider: 'github', options: {...
Any progress on this? I'm trying to implement Supabase Auth with middleware and it fires of a bunch of concurrent token refresh requests which invalidates my refresh token 😭 Any...
@Isaiah-Hamilton I think you've most recently worked on this. Would you be able to take a look?
@MildTomato you will need to use the https://zone-www-dot-rfckwxwah-supabase.vercel.app/launch-week url instead. that's the only domain whitelisted for testing.
Unfortunately it doesn't look like it does. Will check with the CF team.
Holding off on this until Cloudflare supports domain wildcards/vercel preview domains.
@anderson-pixel sorry for the delay here. I just checked, and I'm not able to reproduce the errors you mentioned. Can you please provide reproduction steps and a screenshot of where...