-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Refactor to use hooks and supabase #434
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Changed routes:
6 deleted routes:
|
Will Supabase auth replace next-auth for the template as of this PR? I’d like to integrate SSO to replace username/password but would prefer to wait until the new template is stable in that regard. thanks! |
Please don't force Supabase as a dependency for this project, it is incredibly hard to self host in any kind of HA way and will seriously limit our options for database and auth. We should be able to use any database and auth setup we wish, not be vendor locked to supabase. I have worked for months with supabase to try and sort out their self host issues but it's not really getting anywhere. I have had to drop any OSS project I was contributing to that used supabase because of these issues. Fine if everyone wants to host their data in supabase cloud, nightmare if you need to keep data local and private. |
No description provided.