Getting Started

Authentication & Security

Understand how FiveForge handles authentication, session persistence, security best practices, and account management.

5 min readGetting StartedUpdated 2026

Account Types

FiveForge supports two account types:

Personal

A standard individual account for personal use.

Organization

A team-based account for collaborative development.

Session Data

Your authentication session is stored locally on your machine in auth.json within the OpenCode data directory:

OSPath
Linux~/.local/share/opencode/auth.json
macOS~/Library/Application Support/opencode/auth.json
Windows%APPDATA%/opencode/auth.json

Security Best Practices

  • Do not share your credentials with anyone.
  • Use a strong, unique password for your account.
  • Enable two-factor authentication (2FA) for added security.

Active Sessions

You can view and revoke active sessions from Settings > Account > Security. Revoking a session signs that instance of FiveForge out immediately.