Because I've done the hair pulling already (This is not bulletproof)
Welcome to the frustrating world of authentication! This guide will walk you through implementing OpenID Connect (OIDC) authentication with Stytch and next-auth in your Next.js application.
Prerequisites:
"next-auth": "^5.0.0-beta.25"
(Because living on the beta edge is how we roll)"next": "15.2.0"
(Might work earlier but I'm not testing that 🤷♂️)