You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following command within your project directory to install the Auth0 Next.js SDK:
36
36
37
37
```sh
38
-
npm install @auth0/nextjs-auth0@beta
38
+
npm i @auth0/nextjs-auth0
39
39
```
40
40
41
41
The SDK exposes methods and variables that help you integrate Auth0 with your Next.js application using <ahref="https://nextjs.org/docs/app/building-your-application/routing/route-handlers"target="_blank"rel="noreferrer">Route Handlers</a> on the backend and <ahref="https://reactjs.org/docs/context.html"target="_blank"rel="noreferrer">React Context</a> with <ahref="https://reactjs.org/docs/hooks-overview.html"target="_blank"rel="noreferrer">React Hooks</a> on the frontend.
0 commit comments