Skip to content

Installation

You can install NuxtAuth using nuxi:

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

Add NuxtAuth to your nuxt.config:

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

Released under the MIT License.