Skip to content

Commit

Permalink
docs: use consistent reference to module
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent 1b296e2 commit 13daa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ export default defineNuxtConfig({
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
```

Nuxt Auth Core can generate one for you when running Nuxt in development the first time when no `NUXT_SESSION_PASSWORD` is set.
Nuxt Auth Utils can generate one for you when running Nuxt in development the first time when no `NUXT_SESSION_PASSWORD` is set.

4. That's it! You can now add authentication to your Nuxt app ✨

## Vue Composables

Nuxt Neo automatically add some plugins to fetch the current user session to let you access it from your Vue components.
Nuxt Auth Utils automatically adds some plugins to fetch the current user session to let you access it from your Vue components.

### User Session

Expand Down

0 comments on commit 13daa78

Please sign in to comment.