Hi everyone
,
I’m working on building an AI assistant inside a mobile app (Flutter) where multiple users (employees) can send emails and create calendar events using their own Gmail & Google Calendar accounts, all via n8n workflows.
Users authenticate once via Google OAuth in the mobile app, and we’d like to automate workflows using their tokens afterward — without manually pre-storing hundreds/thousands of Google credentials in n8n.
My Key Question:
How can I build a scalable, secure solution in n8n where each app user can use their own Gmail & Calendar via OAuth without manually managing their credentials in n8n?