File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ export default defineNuxtConfig({
53
53
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters
54
54
```
55
55
56
- Nuxt Auth Core can generate one for you when running Nuxt in development the first time when no ` NUXT_SESSION_PASSWORD ` is set.
56
+ Nuxt Auth Utils can generate one for you when running Nuxt in development the first time when no ` NUXT_SESSION_PASSWORD ` is set.
57
57
58
58
4 . That's it! You can now add authentication to your Nuxt app ✨
59
59
60
60
## Vue Composables
61
61
62
- Nuxt Neo automatically add some plugins to fetch the current user session to let you access it from your Vue components.
62
+ Nuxt Auth Utils automatically adds some plugins to fetch the current user session to let you access it from your Vue components.
63
63
64
64
### User Session
65
65
You can’t perform that action at this time.
0 commit comments