Skip to content

Commit

Permalink
Remove bit about encryption in privacy
Browse files Browse the repository at this point in the history
My mistake, Flask sessions are signed not encrypted.
  • Loading branch information
fffergal committed Aug 13, 2021
1 parent bb78ff5 commit 484b993
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/privacy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ export default function Privacy() {
</p>
<p>
You sign in with Twitter. Walter Ego stores a “token” as a cookie. The
“token” gives access to your Twitter account. The token is encrypted so
only Walter Ego can use it. Walter Ego uses the token to change your
Twitter profile and doesn’t use it to collect any data.
“token” gives access to your Twitter account. Walter Ego uses the token
to change your Twitter profile and doesn’t use it to collect any data.
</p>
<p>
Walter Ego uses industry best practice to keep data safe. Any further
Expand Down

1 comment on commit 484b993

@vercel
Copy link

@vercel vercel bot commented on 484b993 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.