From 54f73a218ea8dedb1401e0968e17f868d9a48347 Mon Sep 17 00:00:00 2001 From: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:56:53 +0000 Subject: [PATCH] Docs: Use JS comment for MDX (#60825) Co-authored-by: Stephanie Dietz <49788645+StephDietz@users.noreply.github.com> --- .../01-building-your-application/09-authentication/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/09-authentication/index.mdx b/docs/02-app/01-building-your-application/09-authentication/index.mdx index caae70b3d4a1c..f3185768d23fe 100644 --- a/docs/02-app/01-building-your-application/09-authentication/index.mdx +++ b/docs/02-app/01-building-your-application/09-authentication/index.mdx @@ -536,9 +536,10 @@ Regardless of your choice, prioritize security in your session management strate Here are authentication solutions compatible with Next.js, please refer to the quickstart guides below to learn how to configure them in your Next.js application: +{/* TODO: Change link to authjs.dev when new documentation is ready */} + - [AuthO](https://auth0.com/docs/quickstart/webapp/nextjs/01-login) - [Clerk](https://clerk.com/docs/quickstarts/nextjs) - - [NextAuth.js](https://next-auth.js.org/configuration/initialization#route-handlers-app) - [Supabase](https://supabase.com/docs/guides/getting-started/quickstarts/nextjs) - [Stytch](https://stytch.com/docs/guides/quickstarts/nextjs)