Securing your account
The handful of things that actually reduce the chance of losing an account.
- Use a password manager and a password unique to this account. Passwords are stored as bcrypt hashes at cost 12, which protects them at rest but cannot protect a password reused on a site that has already been breached.
- Sign-in issues a signed cookie rather than a server-side session row, so Settings → Security usually has no session list to show you and no device to sign out. That is a privacy property rather than a gap: there is nothing stored about where you signed in from. What it costs is a remote kill switch — a cookie stays valid until it expires, which is why the two levers that matter are keeping the password unique and turning on two-factor authentication.
- Give teammates the narrowest role that works. Viewer is a complete answer for someone who only reads reports.
- Scope API keys tightly and delete the ones you are no longer using.
- Treat a webhook secret like a password — it is what proves a payload came from us.
Nobody from Paddek will ask for your password, an API key or a webhook secret — not by email, not in a support thread. A message that does is not from us; forward it to [email protected].