
How to Use SameSite Strict Cookies with Next.js and a Separate Backend
Learn how to use cookies with SameSite=Strict when using a Next.js frontend and a separate backend server. This guide will make the use of Next.js rewrites in order to proxy requests from your frontend to your backend.