> ## Documentation Index
> Fetch the complete documentation index at: https://docs.launcherforge.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Launch tokens

> Comprende el flujo autenticado de ejecución.

# Launch tokens

```text theme={null}
El jugador selecciona Play
        ↓
El launcher solicita un token
        ↓
El launcher inicia el juego
        ↓
El juego valida el token
```

Datos iniciales:

* User ID.
* Email.
* Estado de autenticación.

```json theme={null}
{
  "id": "player-id",
  "email": "player@example.com",
  "valid": true
}
```

Nunca expongas tokens en errores o logs de producción.

<Frame caption="Solicitud, inicio y validación del token">
  <img src="https://mintcdn.com/launcher-forge/bI18S_IAtXIDvEcC/images/screenshots/launch-tokens.png?fit=max&auto=format&n=bI18S_IAtXIDvEcC&q=85&s=25b1f4bd4ad9ffb16f85605059f30d65" alt="Flujo de launch token" width="1600" height="900" data-path="images/screenshots/launch-tokens.png" />
</Frame>
