Goal
Make the WorkOS example setup instructions use the callback URL implemented by the current AuthKit example.
Scope
- Update
examples/react/start-workos/README.md so WORKOS_REDIRECT_URI uses http://localhost:3000/api/auth/callback.
- Keep the README,
.env.example, WorkOS dashboard setup instruction, and registered callback route aligned.
- Confirm the example builds after the documentation update.
Related Work
This follows the callback-route corrections in #4534 and #5048:
Goal
Make the WorkOS example setup instructions use the callback URL implemented by the current AuthKit example.
Scope
examples/react/start-workos/README.mdsoWORKOS_REDIRECT_URIuseshttp://localhost:3000/api/auth/callback..env.example, WorkOS dashboard setup instruction, and registered callback route aligned.Related Work
This follows the callback-route corrections in #4534 and #5048: