-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Supabase as Auth Provider + Prettier format for the generated files #137
base: master
Are you sure you want to change the base?
Conversation
Such a great idea re prettier! |
…custom server actions file for supabase.
…r supabase auth + some minor code changes
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. |
PR branch is up to date with this master branch and also includes changes for #145. Would be ready for merge. |
@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 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: