Skip to content

Commit 3bd9a82

Browse files
authored
Update readme.md
1 parent d57aaa2 commit 3bd9a82

File tree

1 file changed

+1
-26
lines changed
  • src/Umbraco.Cms.Integrations.Crm.Hubspot

1 file changed

+1
-26
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/readme.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,7 @@ Required minimum versions of Umbraco CMS:
1212

1313
### Authentication
1414

15-
The package supports two modes of authentication:
16-
17-
- API Key
18-
- OAuth
19-
20-
#### API Key
21-
22-
Log into your HubSpot account, go to _Settings > Integrations > API Key_ and create an API key.
23-
24-
Add this to an app setting in `Web.config`:
25-
26-
```
27-
<appSettings>
28-
...
29-
<add key="Umbraco.Cms.Integrations.Crm.Hubspot.ApiKey" value="[your API key]" />
30-
...
31-
</appSettings>
32-
```
33-
34-
The key will be added to all requests made to the HubSpot API and used to authenticate access.
35-
36-
#### OAuth
37-
38-
If you prefer not to use an API key, an authentication flow using OAuth is also available.
39-
40-
To use this, simply ensure you don't have an API key in your configurataion file.
15+
The package uses the OAuth protocol for authentication.
4116

4217
### Additional Configuration
4318

0 commit comments

Comments
 (0)