Hi, we already have an app up and running with users and we would like to integrate Ghost into our app. The only integration we need is that users from our existing app can login to Ghost without having to sign up again. We are using Supabase for the backend which uses postgres under the hood, and we have full control over the database for integration.
Is this possible? If so, what is the best way to achieve this? I can’t seem to find any documentation about it.
I’m not sure what kind of app this is, but be careful not to put the admin api key (required for creating members this way) on the client. You need the server or a cloud function to do the member creating.