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
jdrbc and dthyresson authored Oct 6, 2023
1 parent 8304dcd commit 96c4951
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 96c4951

Please sign in to comment.