Skip to content

Commit

Permalink
docs: Add note to readme about session API route
Browse files Browse the repository at this point in the history
* Add note about session API route

* Update README.md

* Update README.md

---------

Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
  • Loading branch information
rudokemper and atinux authored Sep 11, 2024
1 parent fec746f commit ddf38c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ interface UserSessionComposable {
}
```

> [!IMPORTANT]
> Nuxt Auth Utils uses the `/api/_auth/session` route for session management. Ensure your API route middleware doesn't interfere with this path.
## Server Utils

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

0 comments on commit ddf38c1

Please sign in to comment.