Skip to content

Commit

Permalink
Update README.md (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Aug 7, 2023
2 parents dd4b586 + fc07309 commit 4ac1719
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ Add `handleAuth()` to your app, which creates the following route handlers under
- `/api/auth/logout`: Your Next.js application logs out the user.
- `/api/auth/me`: You can fetch user profile information in JSON format.

> Note: `handleAuth` requires Node.js and so will not work on Cloudflare Workers or Vercel Edge Runtime.
**Continue setup depending on your router:**

- [Page Router](#page-router)
- [App Router](#app-router)

#### Page Router

Expand Down

0 comments on commit 4ac1719

Please sign in to comment.