From 613b4b61c87b2f782bcc4a1a55d19a4dbc2ade64 Mon Sep 17 00:00:00 2001 From: Sambego Date: Mon, 2 Dec 2024 08:49:16 +0100 Subject: [PATCH] Add a note to the current readme to point towards our v4 branch for Next v15 support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b050fe8ee..a50a32076 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ The Auth0 Next.js SDK is a library for implementing user authentication in Next. ### Installation +> [!NOTE] +> #### Looking for Next.js v15 support? +> We're currently hard at work building a new version of this Auth0 SDK that provides support for the latest version of Next.js v15. +> You can find more info and try it out trough the [v4 branch of this repository](https://github.com/auth0/nextjs-auth0/tree/v4). + Using [npm](https://npmjs.org): ```sh