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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ You can choose between two [authentication methods](https://developer.1password.
33
33
[1Password desktop app authentication](https://developer.1password.com/docs/sdks/concepts#1password-desktop-app) is best for local integrations that require minimal setup from end users and sensitive workflows that require human-in-the-loop approval. To set up the SDK to authenticate with the 1Password app:
34
34
35
35
1. Install the [1Password desktop app](https://1password.com/downloads/) and sign in to your account in the app.
36
-
2. Select your account or collection at the top of the sidebar, then navigate to **Settings** > **[Developer](onepassword://settings/developers)**.
36
+
2. Select your account or collection at the top of the sidebar, then navigate to **Settings** > **Developer**.
37
37
3. Under Integrate with the 1Password SDKs, select **Integrate with other apps**.
38
-
4. If you want to authenticate with biometrics, navigate to **Settings** > **[Security](onepassword://settings/security)**, then turn on the option to unlock using [Touch ID](https://support.1password.com/touch-id-mac/), [Windows Hello](https://support.1password.com/windows-hello/), or [system authentication](https://support.1password.com/system-authentication-linux/).
38
+
4. If you want to authenticate with biometrics, navigate to **Settings** > **Security**, then turn on the option to unlock using [Touch ID](https://support.1password.com/touch-id-mac/), [Windows Hello](https://support.1password.com/windows-hello/), or [system authentication](https://support.1password.com/system-authentication-linux/).
39
39
5. Install the 1Password Python SDK in your project:
40
40
41
41
```bash
@@ -74,7 +74,7 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl
74
74
75
75
### Option 2: 1Password Service Account
76
76
77
-
[Service account authentication](https://developer.1password.com/docs/sdks/concepts#service-account) is best for automated access and limiting your integration to least privilege access. To set up the SDK to authenticate with a service account token:
77
+
[Service account authentication](https://developer.1password.com/docs/sdks/concepts/#1password-service-account) is best for automated access and limiting your integration to least privilege access. To set up the SDK to authenticate with a service account token:
78
78
79
79
1.[Create a service account](https://my.1password.com/developer-tools/infrastructure-secrets/serviceaccount/?source=github-sdk) and give it the appropriate permissions in the vaults where the items you want to use with the SDK are saved.
80
80
2. Provision your service account token. We recommend provisioning your token from the environment. For example, to export your token to the `OP_SERVICE_ACCOUNT_TOKEN` environment variable:
@@ -187,18 +187,17 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl
187
187
### Compliance & reporting
188
188
-[ ] Watchtower insights
189
189
-[ ] Travel mode
190
-
-[ ] Events ([#76](https://github.com/1Password/onepassword-sdk-go/issues/76)). For now, use [1Password Events Reporting API](https://developer.1password.com/docs/events-api/) directly.
190
+
-[ ] Events. For now, use [1Password Events Reporting API](https://developer.1password.com/docs/events-api/) directly.
191
191
192
192
### Authentication
193
193
194
194
-[x][1Password Service Accounts](https://developer.1password.com/docs/sdks/concepts#1password-service-account)
0 commit comments