kaanaksoy
kaanaksoy•2w ago

kaanaksoy - I have a generic question 🙂I’m t...

I have a generic question 🙂 I’m thinking of using Buildship as the backend. Users would need to log in to use the app, and also give us access to their Gmail, Calendar, and other Google services. Is it possible to set this up in Buildship—where users sign in first, then connect their Google account so we can do things like send emails or create calendar events for them?
6 Replies
Gaurav Chadha
Gaurav Chadha•2w ago
Hi @kaanaksoy currently Google Authentication service on BuildShip is for individual use-cases, we'll extend this to allow multiple users in near future.
kaanaksoy
kaanaksoyOP•2w ago
Thank you Gaurav. What about other integrations you have? For instance whatsapp hubspot etc? (They api key based)
Gaurav Chadha
Gaurav Chadha•2w ago
For integrations that do not use OAuth, you can use, yes key key-based will work after modifying them to use the api key as a node field, which you can then get from the user's authorization header
kaanaksoy
kaanaksoyOP•2w ago
Thank you. So integrations based on oAuth do not allow multiple users meaning we can not launch a service that needs to access to those services. Is this correct?
Gaurav Chadha
Gaurav Chadha•2w ago
only for OAuth-based integrations
kaanaksoy
kaanaksoyOP•2w ago
Thank you

Did you find this page helpful?