Adds Supabase as Auth Provider + Prettier format for the generated files#137
Open
OmegaHawkeye wants to merge 9 commits intovercel:masterfrom
Open
Adds Supabase as Auth Provider + Prettier format for the generated files#137OmegaHawkeye wants to merge 9 commits intovercel:masterfrom
OmegaHawkeye wants to merge 9 commits intovercel:masterfrom
Conversation
Collaborator
|
Such a great idea re prettier! |
…custom server actions file for supabase.
…r supabase auth + some minor code changes
Author
|
This should now work as expected with Supabase as an Auth Provider and prettier for formatting. I also added zod-form-data as form validation library for the server actions for supabase auth. |
Author
|
PR branch is up to date with this master branch and also includes changes for #145. Would be ready for merge. |
Author
|
@nicoalbanese Just curious as to why this pr isn't getting merged after being ready and up to date for 2 weeks or so already? |
|
@OmegaHawkeye thank you for this, really looking forward to using it! |
|
Any movement on this? Supabase seems like a really good addition! |
|
When is it going to be merged? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds 2 things:
I had to convert many functions to async ones but it still works as far as I tested ( add and generate command still work ).
Would close this issue: #49.
Btw to get RLS with Supabase and Drizzle generally I think we have to use auth.uid()::text in the RLS editor. It worked like that then but not without.
Result:
