Which account authentication methods are available?
Which account authentication methods are available?
Polymorfa supports passwordless email OTP, passkeys, TOTP with recovery, configured social providers, and device and session management. The sign-in page shows only providers that are available for the current deployment.
Are client tokens JWTs?
Are client tokens JWTs?
No. Organization keys, project tokens, and client tokens use Polymorfa’s versioned service-token format. Dashboard sessions use JWTs separately.
Which credential should my integration use?
Which credential should my integration use?
Use an organization key for organization-wide server work, a project token for one project’s server work, and a client token for short-lived session-specific browser/mobile access. See Authentication.
How do I rotate a leaked credential?
How do I rotate a leaked credential?
Create and deploy a replacement, then revoke the exposed credential. Inspect Audit Logs for unexpected actions and narrow the replacement’s scopes.
How are webhook deliveries authenticated?
How are webhook deliveries authenticated?
Verify the documented HMAC signature against the raw body, check its timestamp, and use a constant-time comparison. Native and Meta-compatible deliveries use different headers; see Webhooks.
How do I report a security issue?
How do I report a security issue?
Email security@polymorfa.com with a minimal reproduction. Current disclosure and compliance information lives at polymorfa.com/security.