The project is in a healthy, maintained state
TrueLayer provides instant access to open banking to easily integrate next-generation payments and financial data into any app.This helps easily sign TrueLayer API requests using a JSON web signature.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.7
 Project Readme

truelayer-signing

Convenient libraries to produce TrueLayer API requests signatures.

Request signatures are created using a private key and included with certain API requests. They can then be verified using the associated public key.

Request signing specification

See request-signing-v2.md for an explanation of how request signing is implemented.

Webhook signature verification

TrueLayer webhooks include a Tl-Signature header similar to request signatures but signed by a TrueLayer private key. See per-language examples on how to properly verify webhooks.

Contributing

Contributions are always welcome!

See our contributing guide and our wiki.

Please adhere to this project's code of conduct.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.