mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/medium | Learn to configure credentials for the Medium node in n8n |
Medium
You can use these credentials to authenticate the following nodes with Medium.
Prerequisites
- Create an account on Medium.
- Request access to credentials by emailing yourfriends@medium.com.
Using OAuth
- Log in to your Medium account.
- Click on the avatar on the top right corner.
- Select 'Settings' in the drop-down menu.
- Select 'Developers' from the menu on the left.
- Click on the 'Manage applications' button.
- Click on the 'New application' button.
- Give your application a Name, and provide a Description.
- Select the 'OAuth 2' option from the Authorization Protocol dropdown list.
- Copy the 'OAuth Callback URL' provided in the Medium OAuth2 API credentials in n8n and paste it in the 'Callback URLs' field in the Medium application page.
- Click on 'Save' to generate the credentials.
- Copy and paste Client ID and Client Secret in the Medium OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a Medium account to n8n.
- Click the Save button to save your credentials in n8n.
Using Access Token
- Log in to your Medium account.
- Click on the avatar on the top right corner.
- Select 'Settings' in the drop-down menu.
- Select 'Integration tokens' from the menu on the left.
- Enter a description for your token in the field.
- Click on the 'Get integration token' button.
- Copy and paste Token in the Medium API credentials in n8n.
- Click the Save button to save your credentials in n8n.

