Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Quick Start

```sh
npm i -D @sidebase/nuxt-auth
npx nuxi@latest module add sidebase-auth
```

Then visit the [Quick Start documentation](https://sidebase.io/nuxt-auth/getting-started/quick-start) to setup the module for <= v0.5 - the current stable version.
Expand Down
14 changes: 3 additions & 11 deletions docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@ description: "How to install nuxt-auth."

# Installation

You can install `nuxt-auth` via `npm`, `yarn` or `pnpm`:
::code-group
```bash [npm]
npm i -D @sidebase/nuxt-auth
```
```bash [yarn]
yarn add --dev @sidebase/nuxt-auth
You can install `nuxt-auth` using `nuxi`:
```bash
npx nuxi@latest module add sidebase-auth
```
```bash [pnpm]
pnpm i -D @sidebase/nuxt-auth
```
::

## Specifics: `authjs`-Provider

Expand Down