PocketMC

Authentication & Security Architecture

PocketMC implements security-in-depth across the application lifecycle. Because the software manages network ports, file modifications, and process executions, strict authentication protocols guard every API channel.

1. Platform-Native Secrets Encryption

Credentials (API keys, partner tokens, and OAuth refresh secrets) are never stored in plaintext on disk. PocketMC leverages platform security APIs:

2. Remote Control Web Panel Pairing

To control PocketMC remotely from a mobile browser or local network:

3. Cloud OAuth Integrations

Cloud backup authentication (Google Drive, Microsoft OneDrive, Dropbox) uses standard OAuth 2.0 PKCE Authorization Code flows. PocketMC only requests the narrowest required scope (drive.file / files.content.write) to prevent broader account access.