Skip to content

Commit ddf38c1

Browse files
rudokemperatinux
andauthored
docs: Add note to readme about session API route
* Add note about session API route * Update README.md * Update README.md --------- Co-authored-by: Sébastien Chopin <[email protected]>
1 parent fec746f commit ddf38c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ interface UserSessionComposable {
105105
}
106106
```
107107

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+
108111
## Server Utils
109112

110113
The following helpers are auto-imported in your `server/` directory.

0 commit comments

Comments
 (0)