Mobile App Game Launcher Simulator
• This page simulates how your game will be launched from a mobile app
• The mobile app provides account_number, player_name, and auth_token
• These parameters are passed to your Next.js game via URL parameters
• Your game can then authenticate and identify the player
🔐 Auth Requirements: Token must start with "token_" and be >10 chars