The hosted service
What never leaves
- Your password. It is stored as an Argon2 hash and is never transmitted anywhere beyond the sign in request.
- Your personal API tokens. Only a hash is stored, and the plaintext is shown once at creation.
- Your app’s users. The service never receives them, so there is nothing to pass on. See Privacy policy.
A self hosted installation
A self hosted installation uses none of the above by default.
The end to end suite boots an installation with no cloud configuration and asserts it opens no connection beyond its own database and queue. That test is what keeps this table honest as the hosted code grows.