How it works
ToolAdda base64url-encodes your header and payload, joins them with a dot, and signs that string with your secret or private key using the selected algorithm. The signature is appended to produce a complete header.payload.signature token that other services can verify.