import React from "react"; import { CenteredContainer, Header1, Header3, GlobalStyle, } from "@intended/intended-ui"; const PrivacyPolicyPage = () => { return ( Privacy Policy

This instance of Intended Link collects as little data as necessary to provide its service. It can not read the secret message and secret file, and all data associated with a link is deleted once it expires.

Each link created will store the recipient's username or email and its associated service for authorization purposes. It will store the filename and filetype of the secret file, if it exists, to make it easier for users to download and use the file once it's decrypted. We store the timestamps of when the Link was created and updated, along with when the link should expire.

When you authenticate with one of our supported OAuth providers, we receive the third party's response, and if verification was successful, we store the account's username and verified emails in a short-lived session store. This data is then used to determine whether the user is permitted to download the link's associated secret message and file.

This software is licensed under LGPL.

); }; export default PrivacyPolicyPage;