Skip to content

Commit 9803956

Browse files
committed
update step 3
1 parent 8ee49eb commit 9803956

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

oauth-express/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
Authorization URL: https://localhost:8080/oauth/kit
1212
Redirect URI: https://localhost:8080/oauth/kit/callback
1313

14-
3. After cloning this repository, create an `.env` file and add the client ID and secret from the Developer Settings:
14+
3. After cloning this repository, create an `.env` file and add the client ID and secret ID from the Developer Settings. Set the KIT_SERVER if needed:
1515

1616
KIT_OAUTH_CLIENT_ID="FILL ME IN"
1717
KIT_OAUTH_CLIENT_SECRET="FILL ME IN"
18+
KIT_SERVER=ck.lol
1819

1920
4. Install dependencies
2021

@@ -26,7 +27,7 @@
2627

2728
Place cert in `example.com.pem` & `example.com-key.pem`
2829

29-
6. Start the server. If developing locally, change the KIT_SERVER from `kit.com` to `ck.lol` on this [line](https://github.com/Kit/app-demos/blob/0c86c93c34bf5c7b47bb170b6a12dbda31d88e6f/oauth-express/kit-oauth.js#L4).
30+
6. Start server
3031

3132
npm start
3233

0 commit comments

Comments
 (0)