From b1ada2c58a7ced9374ccf49497fad4c2fda743fe Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Sun, 13 Nov 2022 14:10:26 +0000 Subject: [PATCH] docs(examples): auth0 update callback URL --- examples/auth0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth0/README.md b/examples/auth0/README.md index 4f46d062e7df..2ef7a5e4c962 100644 --- a/examples/auth0/README.md +++ b/examples/auth0/README.md @@ -34,7 +34,7 @@ pnpm create next-app --example auth0 auth0-app 2. Go to the settings page of the application 3. Configure the following settings: -- _Allowed Callback URLs_: Should be set to `http://localhost:3000/api/callback` when testing locally or typically to `https://myapp.com/api/callback` when deploying your application. +- _Allowed Callback URLs_: Should be set to `http://localhost:3000/api/auth/callback` when testing locally or typically to `https://myapp.com/api/auth/callback` when deploying your application. - _Allowed Logout URLs_: Should be set to `http://localhost:3000/` when testing locally or typically to `https://myapp.com/` when deploying your application. 4. Save the settings