Thor 雷神 Schaeff

Results 99 comments of Thor 雷神 Schaeff

As just discussed, one though: we probably should unify all of this in one method: ```js // GotrueApi.js async sendOTP( access_token?: string, email?: string, phone?: string, options: { shouldCreateUser?: boolean...

We've added functionality to recover the session when the page becomes visible. This was needed for example for mobile devices that have been in the background and need to recover...

@shellscape currently things are coupled pretty tightly to Supabase auth as that's used for row-level security for client-side data fetching: https://github.com/vercel/nextjs-subscription-payments/blob/main/schema.sql#L15-L17 It would require pretty significant refactoring as using Auth0...

Yes, the schema is automatically run via a Vercel deploy integration: https://vercel.com/docs/integrations However, it is not automatically read from GitHub but rather we have an identifier for this application which...

Hey @brentrobbins , this one is expected as it uses the `single()` method: https://supabase.com/docs/reference/javascript/single This could probably be updated to use https://supabase.com/docs/reference/javascript/maybesingle. Wanna open a PR?

Not for this repo specifically, but this is a good course covering most of the bits: https://egghead.io/courses/build-a-saas-product-with-next-js-supabase-and-stripe-61f2bc20

There are currently no plans to add test coverage to this project, but we'd appreciate community contributions to add coverage!

@throwaway34241 https://github.com/supabase/stripe-sync-engine is build with fastify and needs to be deployed separately. It's mainly meant to sync stripe data to your Postgres DB so you can run complex analytic queries...

@VictorPeralta that would be awesome indeed. I know that @dijonmusters was planning to work on this once he's back from leave, but I am very certain he wouldn't mind you...

Also worthwhile looking at https://github.com/rphlmr/supa-fly-stack and if there are things from there we can pull out into auth helpers cc @rphlmr