Ben Fox
Blog
How to Configure Azure AD B2C Authentication with Next.js
Configuring authentication with Azure B2C in Next.js is not a particularly straight forward process. We'll look at how to facilitate this using the NextAuth.js library.
Next.js Setup & Config for Testing, Linting, and Absolute Imports
A comprehensive step-by-step guide to configuring Jest, React Testing Library, ESLint, and Path Aliases in a Next.js project.