You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
15
15
16
16
KIT_OAUTH_CLIENT_ID="FILL ME IN"
17
17
KIT_OAUTH_CLIENT_SECRET="FILL ME IN"
18
+
KIT_SERVER=ck.lol
18
19
19
20
4. Install dependencies
20
21
@@ -26,7 +27,7 @@
26
27
27
28
Place cert in `example.com.pem` & `example.com-key.pem`
28
29
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).
0 commit comments