Next.js Authentication with Auth0 — The Ultimate Guide

Thanks so much for the write up and work on nextjs-auth0 SDK, it’s been something really important for us at our company!

My team and I are still currently trying to figure out the best way to handle the following:

  1. Using the serverless model (following the NextJS example), what are your suggestions in handling re-auth / refresh?
  2. What’s the suggested pattern for integrating this with usage of Apollo’s graphql client?