Settings
Manage the authentication token
Configure JWT token
Provide the JWT token validated by the API. It must include the following claims: sub (user ID), tenant (optional), and roles/scope (optional).
Active permissions
Could not fetch the current user information.
Roles & permissions
Define which roles can modify sensitive fields, workflow steps, or automations.
Manage permissionsToken information
JWT token format: header.payload.signature
The token must include the following claims:
sub- User ID (required)tenant- Tenant ID (optional; defaults toAUTH_DEFAULT_TENANTif omitted)rolesorscope- Roles:adminoroperator(optional; default:operator)
The token is signed with the AUTH_JWT_SECRET key.