Published onDecember 12, 2023Integrating Stripe Checkout Mode with Next.js App RouterStripeNextjsNextjs-13Nextjs-TutorialProgrammingShopping-CartSince the release of the Next.js App router last year, there have been numerous integrations that require updating. Today we will look into the steps of integrating Stripe Checkout mode with Next.JS App Router.
Published onAugust 16, 2023Next.js 13 Authentication with NextAuth.js(App Router, TypeScript)NextauthNextjsNextjs-13CodingProgrammingThe NextAuth.js is a 3rd party library designed to facilitate the implementation of login functionality on pages built using Next.js.