Open thorwebdev opened 1 year ago
@thorwebdev what would be the difference between using the postgres connection flow to connect to supabase and this OAuth flow?
The difference is that users wouldn't need to manually copy over their DB credentials. And also that you would be able to create new projects/databases on their behalf.
@thorwebdev thanks for clearing that up, I'm re-opening this issue
Kind of a late +1 to this, I'd love to see the integration!
Is there an existing issue for this?
Summary
Supabase now provides an OAuth2 flow that allows you to retrieve an access_token to manage the user's Supabase project's on their behalf.
We'd love for you to add this as an option to the "Saas Integrations" to allow users to connect their supabase account with one click, select an existing or create a new project and automatically set the postgres connection string.
Recommended Supabase OAuth Flow
Why should this be worked on?
This will allow appsmith users to set up a Postgres DB with just a few clicks, making it even easier for them to get up and running.