Thor 雷神 Schaeff

Results 100 comments of Thor 雷神 Schaeff

Thanks for the kind words, yes, I think that's a good idea 👍

Since auth UI has been pulled out into it's own repo, I've moved this issue here: https://github.com/supabase-community/auth-ui/issues/34

@boredland thanks so much for this, and sorry for moving so slowly here 🙈 Two things. We're working on a new approach on the `next` branch which incorporates the changes...

@tguelcan with your workaround, are we able to close out this issue, or do you still consider this a bug? I'm going to close it, but please reopen if you...

There have been major additions to the Supabase CLI in the last launch week: https://supabase.com/blog/supabase-cli-v1-and-admin-api-beta#schema-migrations And I'd recommend reading the new docs: https://supabase.com/docs/guides/cli/local-development#database-migrations I hope this helps :)

For usage with supabase-js V2 RC please use the next release `npm install @supabase/auth-helpers-nextjs@next` `npm install @supabase/auth-helpers-react@next`. You'll want dependencies to look like this: ```js "@supabase/auth-helpers-nextjs": "^0.4.0-next.3", "@supabase/auth-helpers-react": "^0.3.0-next.2", "@supabase/supabase-js":...

Yes, I think that's a reasonable use case.

This will be enabled via https://github.com/supabase/auth-helpers/pull/364

For usage with supabase-js V2 RC please use the next release `npm install @supabase/auth-helpers-nextjs@next` `npm install @supabase/auth-helpers-react@next`. You'll want dependencies to look like this: ```js "@supabase/auth-helpers-nextjs": "^0.4.0-next.3", "@supabase/auth-helpers-react": "^0.3.0-next.2", "@supabase/supabase-js":...

Provider token is now persisted on the session object: https://github.com/supabase/auth-helpers/blob/main/examples/nextjs/pages/github-provider-token.tsx