You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to see example server code receiving and verifying webhooks against TrueLayer's public jwks. Bonus points for idiomatic caching of the jwks.
Example readme template:
$LANG webhook server example
A http server than can receive and verify signed TrueLayer webhooks.
Run
Run the server.
...command to run the server
Send a valid webhook that was signed for path /hook/d7a2c49d-110a-4ed2-a07d-8fdb3ea6424b.
It would be helpful to see example server code receiving and verifying webhooks against TrueLayer's public jwks. Bonus points for idiomatic caching of the jwks.
Example readme template:
$LANG webhook server example
A http server than can receive and verify signed TrueLayer webhooks.
Run
Run the server.
Send a valid webhook that was signed for path
/hook/d7a2c49d-110a-4ed2-a07d-8fdb3ea6424b
.Modifying the
X-Tl-Webhook-Timestamp
header, the body or the path will cause the above signature to be invalid.The text was updated successfully, but these errors were encountered: