Iโve been building several n8n automations for myself over the past months โ mostly for personal workflows and internal systems โ and now Iโve got my first potential client who wants me to build an automation for their business. Hereโs where Iโm a bit unsure: I want to connect their external systems (like ClickUp and Facebook) without them having to share their login credentials or access my n8n instance directly. From what I understand, OAuth2 would be the right and most secure way to do this โ so that the client can just click a link, authorize the app, and I get the access token stored in n8n. But Iโm not fully sure what the best setup is for this situation: - Should I create my own OAuth app in each platform (e.g. ClickUp, Meta)? - Or should the client create their own app and share the credentials with me? - And how do I safely handle the redirect URLs and authorization flow if they arenโt in my n8n workspace? If anyone here has experience managing OAuth2 flows for multiple clients in n8n, Iโd really appreciate any tips or best practices on how youโve structured it. ๐ Thanks in advance โ really excited to take this step from personal automations to real client work!