Security & Sessions
Authenticator codes, hardware keys, recovery codes, sensitive-action re-auth, active session management.
Authenticator app codes (TOTP)
Scan a QR code with your authenticator app (1Password, Authy, Google Authenticator). Verify once. Each future login asks for a current code.
Baseline. Set this up first.
Security keys
Register hardware keys (FIDO2 / WebAuthn) as a stronger alternative to TOTP. Phishing-resistant in a way TOTP isn't.
Once registered, use a key to:
- Sign in.
- Confirm sensitive actions.
- Restore trust on a session the platform flagged.
Multiple keys can be registered. Any one satisfies the second factor. Register a primary plus a backup (e.g. one at home, one in a safe).
Recovery codes
Single-use codes generated in advance. Save them somewhere safe. Without them, losing both phone and security key means account recovery via support.
- Each code works exactly once.
- Regenerating invalidates the old set.
- Print, password manager, or both.
Re-authentication for sensitive actions
Some operations require re-confirmation of the second factor: managing API keys, secrets, webhooks, security keys, revoking all sessions.
The confirmation lasts a short window. Subsequent sensitive actions inside the window go through without re-prompting.
Removing 2FA
Disabling 2FA or removing a registered security key requires confirmation first. A leaked session can't quietly weaken your account's protection.
Active sessions
Lists every active session: device, browser, last activity, approximate location (from IP).
Sign out a single session or all other sessions. Useful after losing a device or finishing work on a shared computer.
FAQ
Lost phone and recovery codes?
Contact Fibe support. Identity verification required. Slow. Avoid this by saving recovery codes durably at 2FA setup.
Does the Fibe API ask for 2FA?
No. The API authenticates via API keys, which are themselves protected by 2FA at creation time. See API Keys.
Related
- API Keys — managing them requires 2FA confirmation.
- Secret Vault — modifying credentials requires confirmation.
- Audit log — sign-in and security events appear there.
- Reference:
fibe-security-access-and-integrations.