Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions www/docs/configuration/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ You can also use the `signIn()` function which will handle obtaining the CSRF to
```js
signIn('credentials', { username: 'jsmith', password: '1234' })
```

:::tip
Remember to put any custom pages in a folder outside **/pages/api** which is reserved for API code. As per the examples above, a location convention suggestion is `pages/auth/...`.
:::