We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bb29b commit 2ddc144Copy full SHA for 2ddc144
README.md
@@ -23,8 +23,9 @@ You will need a [WorkOS account](https://dashboard.workos.com/signup).
23
```bash
24
WORKOS_CLIENT_ID=<YOUR_CLIENT_ID>
25
WORKOS_API_KEY=<YOUR_API_SECRET_KEY>
26
- WORKOS_REDIRECT_URI=http://localhost:3000/callback
27
WORKOS_COOKIE_PASSWORD=<YOUR_COOKIE_PASSWORD>
+
28
+ NEXT_PUBLIC_WORKOS_REDIRECT_URI=http://localhost:3000/callback
29
```
30
31
5. Run the following command and navigate to [http://localhost:3000](http://localhost:3000).
0 commit comments