EN
Español
English
Português
    Implementing JWT authentication for agent services
    • A JWT token-based authentication mechanism is implemented to protect the endpoints consumed by the agent.

    This enhancement strengthens the security of communications between the service and the API, ensuring that all requests made by the agent are authenticated using valid tokens issued by the platform.

    As part of this functionality, the service now automatically obtains a JWT token from the API before performing the required operations and includes it in each request to the protected endpoints. Additionally, the validity validation of the token is incorporated, allowing its expiration to be detected and its automatic renewal to be managed without manual intervention.

    This implementation improves service access security, reduces the risk of unauthorized endpoint consumption, and ensures operational continuity through transparent and automatic authentication management.

    For more details, please refer to the following documentation: