Skip to content

Commit

Permalink
Clarify Auth0 Configuration (#9238)
Browse files Browse the repository at this point in the history
"Allowed Web Origins" also needs "http://localhost:8910" as a value for
these instructions to work.

Co-authored-by: David Thyresson <dthyresson@gmail.com>
  • Loading branch information
2 people authored and jtoar committed Oct 8, 2023
1 parent 960ceb6 commit 34751d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/auth/auth0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ But where in your Redwood app exactly?
Auth0 needs to know, and this setting tells it.

We'll keep things simple for now and make it "http://localhost:8910", but feel free to configure it as you wish.
Paste "http://localhost:8910" in the text area below "Allowed Callback URLs", then click "Save Changes" at the bottom of the page.
Paste "http://localhost:8910" in the text areas below "Allowed Callback URLs", "Allowed Logout URLs" and "Allowed Web Origins" then click "Save Changes" at the bottom of the page.
Copy this one over to your project's `.env` file too, as `AUTH0_REDIRECT_URI`.

Ok, just one more to go: under "Applications" in the nav on the left, click "APIs".
Expand Down

0 comments on commit 34751d9

Please sign in to comment.