Skip to content

Commit

Permalink
Docs: Use JS comment for MDX (#60825)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephanie Dietz <49788645+StephDietz@users.noreply.github.com>
  • Loading branch information
delbaoliveira and StephDietz authored Jan 18, 2024
1 parent d450ff7 commit 54f73a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- TODO: Change link to authjs.dev when new documentation is ready -->
- [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)
Expand Down

0 comments on commit 54f73a2

Please sign in to comment.