Skip to content

Commit e8e9a80

Browse files
NicolappsConvex, Inc.
authored andcommitted
Improve WorkOS docs (#42333)
GitOrigin-RevId: bb11b732ffabfa07c2786e54181981361c19f832
1 parent 99cdb0d commit e8e9a80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm-packages/docs/docs/auth/authkit/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ React app with Convex. If not follow the
113113
<StepByStep>
114114
<Step title="Set up CORS in the WorkOS Dashboard">
115115

116-
In your [WorkOS Dashboard](https://dashboard.workos.com/environment/authentication/sessions), click **Manage** under
117-
"Cross-Origin Resource Sharing (CORS)" and add your local development domain (e.g., `http://localhost:5173` for Vite) to the list. You'll also need to add your production domain when you deploy. This enables your application to authenticate users through WorkOS AuthKit.
116+
In your WorkOS Dashboard, go to [_Authentication_ > _Sessions_](https://dashboard.workos.com/environment/authentication/sessions) > _Cross-Origin Resource Sharing (CORS)_ and click on **Manage**. Add your local development domain (e.g., `http://localhost:5173` for Vite) to the list. You'll also need to add your production domain when you deploy. This enables your application to authenticate users through WorkOS AuthKit.
118117

119118
<p style={{textAlign: 'center'}}>
120119
<img src="/screenshots/workos-cors-setup.png" alt="Setting up CORS" width={400} />

0 commit comments

Comments
 (0)