Skip to content

Installation

You can install NuxtAuth using nuxi:

bash
npx nuxi@latest module add sidebase-auth
Manual installation
bash
npm i -D @sidebase/nuxt-auth
bash
pnpm i -D @sidebase/nuxt-auth
bash
yarn add --dev @sidebase/nuxt-auth

Add NuxtAuth to your nuxt.config:

ts
export default defineNuxtConfig({
  modules: [
    '@sidebase/nuxt-auth',
  ],
})

Released under the MIT License.