From 1088ccdcfb8588ea35d8f213059051d2e81ccfe2 Mon Sep 17 00:00:00 2001 From: Konsti Wohlwend Date: Thu, 15 Aug 2024 06:24:06 -0700 Subject: [PATCH] docs: add Stack Auth to App Router-enabled auth frameworks (#68777) Following the addition of Stack Auth to the list of authentication frameworks in #68284, this also adds it to the same list for the App Router. Stack is natively built for the App Router, with first-class support for RSC, server actions, PPR, and suspense. --- docs/02-app/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/02-app/index.mdx b/docs/02-app/index.mdx index 9a53b0e040235..b188a536e9096 100644 --- a/docs/02-app/index.mdx +++ b/docs/02-app/index.mdx @@ -37,6 +37,7 @@ Here are some common authentication solutions that support the App Router: - [NextAuth.js](https://next-auth.js.org/configuration/nextjs#in-app-router) - [Clerk](https://clerk.com/docs/quickstarts/nextjs) +- [Stack Auth](https://docs.stack-auth.com/getting-started/setup) - [Lucia](https://lucia-auth.com/getting-started/nextjs-app) - [Auth0](https://github.com/auth0/nextjs-auth0#app-router) - [Stytch](https://stytch.com/docs/example-apps/frontend/nextjs)