Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Mar 14, 2023
1 parent bb2ce68 commit d7b576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -106,7 +106,7 @@ Executing `handleAuth()` creates the following route handlers under the hood tha
- `/api/auth/logout`: Your Next.js application logs out the user.
- `/api/auth/me`: You can fetch user profile information in JSON format.

**WARNING:** This authentication pathway is not presently supported when deploying to Cloudflare Pages
> Note: `handleAuth` requires Node.js and so will not work on Cloudflare Workers or Vercel Edge Runtime.
#### Add the UserProvider to Custom App

Expand Down

0 comments on commit d7b576b

Please sign in to comment.