Produce & verify TrueLayer API requests signatures. Current version 0.3.8, requires Python >=3.8.1. Released regularly.
pip install truelayer-signingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sign and verify HTTP requests using JWK.
Encode string bodies: body.encode('utf-8')Ensure header names are lowercase, e.g., 'idempotency-key' not 'Idempotency-Key'.
Use sign_with_jwk and verify_signature instead.
Wrap in try/except ValueError to handle missing signatures gracefully.
No dependency data recorded yet.