This is a starter template for creating a Next.js app that supports OAuth integrations (Slack, Asana, etc.) and stores access tokens securely.
- Slack, Asana, and Spotify OAuth integrations
- Prisma database schema
- Tokens printed to console (hook up DB as next step)
- Copy
.env.local.example
to.env.local
and fill in credentials - Run
npm install
- Run
npx prisma generate && npx prisma migrate dev
- Run
npm run dev
Open http://localhost:3000/integrations# nextjs-zapier-clone-demo