Skip to content

Commit 7831055

Browse files
committed
Merge branch 'develop' of github.com:smswithoutborders/SMSWithoutBorders-Blog into develop
2 parents ba2933b + 4a71a3d commit 7831055

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Take Control of Your Privacy: Introducing Local Storage for Your Access Tokens"
3+
excerpt: "Keeping your online account credentials safe is a tricky balance between convenience and privacy. To give you more control ..."
4+
coverImage: "/icon.png"
5+
date: "2025-05-27"
6+
author:
7+
name: "Aysha Musa"
8+
picture: "/anon-avatar.jpeg"
9+
ogImage:
10+
url: "/icon.png"
11+
---
12+
13+
Keeping your online account credentials safe is a tricky balance between convenience and privacy. To give you more control, we’ve rolled out a new feature that lets you store your access tokens (the digital keys to your online platforms) right on your phone, not on our cloud servers.
14+
15+
Storing your tokens locally means reducing your reliance on our servers and minimizing the risk of your sensitive account information being exposed or compromised. This is especially valuable for users who live or work in places with limited or unreliable internet access, or for anyone who values privacy and control over their own data.
16+
Here’s how it works: when you turn this feature on, any access tokens currently stored in the cloud are securely transferred to your device. From that moment, new tokens will be saved only on your device and never sent back to the cloud. If you decide to turn the feature off later, new tokens will once again be stored on our servers, but the ones already on your phone remain safe and encrypted.
17+
18+
Due to the platform’s security policies, when Twitter tokens are stored locally, you can only send one message before you need to revoke and restore the token to send another. While this requires a bit more effort, it adds an extra layer of security for your Twitter account and aligns with best practices for handling sensitive credentials.
19+
20+
This new feature reflects our ongoing commitment to strengthening privacy and security without sacrificing functionality. We want to empower you with tools that keep your communications private and your data in your hands.
21+
Update your SMSWithoutBorders app and find the new option for store tokens on device in your settings and let us know what you think of this new feature.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@
4545
"lint-staged": {
4646
"*.js,jsx,ts,tsx": "eslint --cache --fix",
4747
"*.{js,jsx,ts,tsx,json,css,md}": "prettier --cache -w"
48-
},
49-
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
48+
}
5049
}

0 commit comments

Comments
 (0)