diff --git a/oauth-express/README.md b/oauth-express/README.md index dbaa46e..c43c987 100644 --- a/oauth-express/README.md +++ b/oauth-express/README.md @@ -4,17 +4,18 @@ ## Usage -1. First you must create your app inside the Kit Developer Settings +1. First you must create your app inside the Kit Developer Settings. If developing locally, you can create the app in the main Kit repository. 2. Then configure API Access: Authorization URL: https://localhost:8080/oauth/kit Redirect URI: https://localhost:8080/oauth/kit/callback -3. Create `.env` file and add the client ID and secret from the Developer Settings: +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: KIT_OAUTH_CLIENT_ID="FILL ME IN" KIT_OAUTH_CLIENT_SECRET="FILL ME IN" + KIT_SERVER=ck.lol 4. Install dependencies @@ -42,5 +43,4 @@ } Listening on :8080 -7. From here, clicking the "Install" button in the App Store will initiate the OAuth flow - by first going to your configured Authorization URL +7. From here, clicking the "Install" button in the App Store will initiate the OAuth flow by first going to your configured Authorization URL