-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PAYG-723] Adds rust tl-signature example #54
[PAYG-723] Adds rust tl-signature example #54
Conversation
Lets add a link in the README too, like https://github.com/TrueLayer/truelayer-signing/blob/main/nodejs/README.md?plain=1#L25 |
Co-authored-by: Alex Butler <[email protected]>
Great! It would be good to have similar comments to what we have in the nodejs & C# ones too. E.g. explaining each bit of the signing call and reiterating
Probably just worth copying those comments into the rust example in the right places. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great stuff 🎉
I'm not sure why only the java actions are running though, this happened on the recent C# pr too..but not the nodejs one 🤔 |
#51 for Rust
Rust request signature example
Sends a signed request to
https://api.truelayer-sandbox.com/test-signature
.Run
Set environment variables:
ACCESS_TOKEN
A valid JWT access token forpayments
scope docs.KID
The certificate/key UUID for associated with your public key uploaded to console.truelayer.com.PRIVATE_KEY
Private key PEM string that matches theKID
& uploaded public key.Should have the same format as this example private key.