From 3af33836c04eca7f9345487a81229f3973e42313 Mon Sep 17 00:00:00 2001 From: Lucy Butcher Date: Tue, 2 Jun 2026 10:16:43 -0400 Subject: [PATCH 1/2] Add ToS to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1930fb8a..a4664c12 100644 --- a/README.md +++ b/README.md @@ -212,3 +212,5 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl - [Manage vault permissions](https://developer.1password.com/docs/sdks/vault-permissions) - [Manage groups](https://developer.1password.com/docs/sdks/groups) - [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts) + +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* \ No newline at end of file From 51d62151f8564d103a19bd993c986abc2bd993c3 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:18:58 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4664c12..4577bdf4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If you're running a Linux distribution that still uses `libssl` version 1.1.1, s You can choose between two [authentication methods](https://developer.1password.com/docs/sdks/concepts#authentication) for the 1Password Python SDK: local authorization prompts from the [1Password desktop app](#option-1-1password-desktop-app) or automated authentication with a [1Password Service Account](#option-2-1password-service-account). +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* + ### Option 1: 1Password desktop app [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: @@ -212,5 +214,3 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl - [Manage vault permissions](https://developer.1password.com/docs/sdks/vault-permissions) - [Manage groups](https://developer.1password.com/docs/sdks/groups) - [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts) - -*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* \ No newline at end of file