Skip to content

Getting started

📦 Installation

Install @hebilicious/authjs-nuxt and auth.js @auth/core from npm :

bash
npm i @hebilicious/authjs-nuxt @auth/core

bun i @hebilicious/authjs-nuxt @auth/core

pnpm i @hebilicious/authjs-nuxt @auth/core

yarn add @hebilicious/authjs-nuxt @auth/core
npm i @hebilicious/authjs-nuxt @auth/core

bun i @hebilicious/authjs-nuxt @auth/core

pnpm i @hebilicious/authjs-nuxt @auth/core

yarn add @hebilicious/authjs-nuxt @auth/core

Response support

Auth.js relies on native Response support, which is currently being added to Nuxt through h3 and nitro. Therefore you must use a recent version of Nuxt (3.6.5 or above).