Generar token

Indica el código abonado y el servidor para crear el token AES (formato codigo,servidor, ej. 3665,Venus) y abrir el dashboard.

Decodificar token (AES, misma clave que el dashboard)

El contenido desencriptado es codigo_abonado,servidor (ej. 3691,Venus). El servidor se mapea a la conexión PostgreSQL (venus, urano, saturno) y se busca la fila en empresa.codigo_abonado. Por defecto se muestra un token de ejemplo; puedes pegar otro y pulsar «Decodificar».

Texto plano

3691,Venus

Interpretación

  • Código abonado: 3691
  • Servidor (token): Venus
  • Conexión Laravel: venus

Registro empresa (sin campos sensibles)

{
    "id_empresa": 884,
    "nombre": "TRANSPORTES SAMS LIMITADA",
    "rut": null,
    "razon_social": null,
    "giro": null,
    "direccion": null,
    "representante": null,
    "rut_representante": null,
    "telefono": null,
    "fax": null,
    "email": null,
    "status": 1,
    "ip": null,
    "codigo_abonado": 3691,
    "base": "Linares",
    "integracion_externo": 1,
    "opt_tracto_rampla": 0,
    "empresas_subordinadas": null
}

Mostrando el token de demostración por defecto (3691,Venus cifrado).

Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end.
Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process.
Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials.
Vibrant Ecosystem
Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more.
Laravel v8.83.29 (PHP v7.4.3-4ubuntu2.29)