Logging In
FactionOps uses your Torn API key for authentication — there are no separate passwords or accounts.
Steps
- Go to faction-ops.com
- Click Connect with Torn API Key
- Paste your Torn API key (Minimal access required at minimum — see API Key Requirements)
- Click Connect
FactionOps verifies your player ID, confirms your faction membership, and checks whether you hold Faction AA access. If your faction hasn't been registered yet, you'll see an error — ask your faction leader to register the faction first.
Session Behaviour
Once logged in, your session persists for 30 days via an HttpOnly cookie and a localStorage bearer token. You stay authenticated across browser restarts and tab closes until the session expires or you log out.
Your AA status is re-checked on every protected request (approximately every 60 seconds in practice). If AA is revoked in-game, access to AA-gated features is cut within a minute.
Logging Out
Click your username in the top-right corner and select Logout. This clears both the cookie and the localStorage token.
