Next.js Discord

Discord Forum

Help with Zapier Integration and NextAuth Authentication

Unanswered
Townsend's Warbler posted this in #help-forum
Open in Discord
Townsend's WarblerOP
Hi everyone! šŸ‘‹
I'm working on a Next.js project where I’m using NextAuth for authentication. I’ve set up two providers:
1. Credentials (custom login).
2. Google (OAuth).

Now, I want to integrate Zapier into my app for automating some tasks. My questions are:
1. Does Next.js natively support setting up OAuth integrations for third-party tools like Zapier, or do I need to have a separate server to handle this (e.g., for managing tokens or redirects)?

2. If anyone has done something similar, could you share any best practices or examples for managing OAuth flows in this kind of setup?

Thanks in advance for any guidance! šŸ™

0 Replies