Skip to content

Commit

Permalink
fix: Update default Redirect URI port number (#152)
Browse files Browse the repository at this point in the history
This PR resolves an issue where the default port number for Laravel (80)
doesn't match the default port number for the development server (8000),
which is what our quickstart guidance suggests using to get up and
running rapidly.
  • Loading branch information
evansims authored Jan 18, 2024
1 parent df48949 commit eda4a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ AUTH0_DOMAIN={DOMAIN}
AUTH0_CLIENT_ID={CLIENT_ID}
AUTH0_CLIENT_SECRET={CLIENT_SECRET}
AUTH0_AUDIENCE={API_IDENTIFIER}
AUTH0_REDIRECT_URI=${APP_URL}/callback

0 comments on commit eda4a55

Please sign in to comment.