Skip to content

Commit

Permalink
clean up refs to magic link url
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 14, 2024
1 parent 8d1ab4e commit 5040eff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
```

Replace `your_google_client_id` and `your_google_client_secret` with the values you obtained in the previous step. Additionally, set the `MAGIC_LINK_URL` if required.
Replace `your_google_client_id` and `your_google_client_secret` with the values you obtained in the previous step.

### Required Scopes

Expand Down
1 change: 0 additions & 1 deletion docs/instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Follow these steps to acquire your keys and set up the required environment vari
### 4. Configure Instagram OAuth

- Once the app is created, visit the "Basic Display" settings under the "Instagram" product.
- Define the redirect URI (`MAGIC_LINK_URL`) for your app.
- Add the necessary OAuth redirect URI based on your application's configuration.

### 5. Retrieve the Client ID and Client Secret
Expand Down
1 change: 0 additions & 1 deletion docs/yahoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Add the following lines to your `.env` file:
```plaintext
YAHOO_CLIENT_ID=your_yahoo_client_id
YAHOO_CLIENT_SECRET=your_yahoo_client_secret
MAGIC_LINK_URL=https://yourdomain.com/oauth/callback/yahoo
```

Replace `your_yahoo_client_id` and `your_yahoo_client_secret` with the credentials you obtained from the Yahoo Developer Dashboard. Set `MAGIC_LINK_URL` to your application's redirect URI.

0 comments on commit 5040eff

Please sign in to comment.