From 02f69fb3a5d16532cb5b5002c9fcb36cb97da6d0 Mon Sep 17 00:00:00 2001 From: Filip Bozicevic Date: Tue, 11 Mar 2025 15:28:34 +0000 Subject: [PATCH] GITBOOK-579: Raycast Extension extra --- .../raycast-extension-macos.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/miscellaneous/feature-list-by-platform/raycast-extension-macos.md b/miscellaneous/feature-list-by-platform/raycast-extension-macos.md index 1fe45dd..f9f5ffd 100644 --- a/miscellaneous/feature-list-by-platform/raycast-extension-macos.md +++ b/miscellaneous/feature-list-by-platform/raycast-extension-macos.md @@ -7,3 +7,13 @@ While this initial version focuses on a basic set of features, we’re laying th [Install the Raycast Extension here](https://www.raycast.com/any/anytype)
+ +### Privacy + +Our API runs locally on your machine, works without internet connection and requires authentication for a client (eg. raycast extension) to retrieve & access data. + +To accomplish this, Raycast initially pairs with the app through the 4 digit pop-up. This notifies you about giving the extension limited access to your account. + +The API key is stored in encrypted local storage of the extension and will be used to fetch data from the app (to display spaces, objects etc.). + +Therefore, no other applications than the authorized ones can access your data through the API.