X-Appsmith-Signature
, whose value is a JWT signed with the secret provided by the user. Following are details of how this signature is constructed, what the JWT contains and what significance this header holds to users.Send Appsmith signature header
to Yes
.Session Details Signature Key
to a random string that is at least 32 characters long.X-Appsmith-Signature
header with a JWT (described below) as it's value.alg
key. The secret used to make this signature is the one configured in the datasource by the user. This signature is then appended to the above body, with another "."
in the middle.