All releases
minor14 changes

v1.1.0 OAuth & Subdomain

Live OAuth connections for LinkedIn and Google, clean app.jetwork.ai subdomain routing, and a hardened authentication flow.

New

(4)
  • LinkedIn OAuth via Nango — one-click connect from the Connections page
  • Google OAuth direct integration — connects Gmail, Contacts, and Calendar
  • app.jetwork.ai subdomain routing — clean URLs like /connections instead of /app/connections
  • Magic link sign-in — passwordless auth that lands correctly on the app subdomain

Infrastructure

(5)
  • Nango unified OAuth platform — infrastructure for 54 total integrations
  • Auth callback page — reads access/refresh tokens from URL hash and sets Supabase session via cookies
  • Middleware rewrite logic — app.jetwork.ai/* internally serves /app/* without exposing the path
  • APP_URL server env var — replaces NEXT_PUBLIC_ bake-in so magic link redirects resolve correctly in Vercel
  • Supabase site URL and redirect URLs updated to https://app.jetwork.ai

Fixed

(5)
  • Google OAuth consent screen scopes configured — email, profile, contacts, calendar, gmail
  • Google REDIRECT_URI set to production URL in Vercel — was pointing to localhost:3000
  • LinkedIn scopes narrowed — removed w_member_social (requires unapproved Share on LinkedIn product)
  • Google client secret rotated and synced to Nango and Vercel
  • vercel.json redirect strips /app prefix when routing jetwork.ai/app/* → app.jetwork.ai/*

Stay in the loop

Get notified when we ship new features.