We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec746f commit ddf38c1Copy full SHA for ddf38c1
README.md
@@ -105,6 +105,9 @@ interface UserSessionComposable {
105
}
106
```
107
108
+> [!IMPORTANT]
109
+> Nuxt Auth Utils uses the `/api/_auth/session` route for session management. Ensure your API route middleware doesn't interfere with this path.
110
+
111
## Server Utils
112
113
The following helpers are auto-imported in your `server/` directory.
0 commit comments