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
Hi team, I wrote an elixir module a few months ago to handle signing and verifying TrueLayer requests, and thought I'd extract it out into a module. Just wanted to share it here in case other elixir users stumble upon this repo in the future:
Happy to submit it as a PR here if you like - I don't need to be the package owner or anything. I don't quite have your test coverage, though it shouldn't be too hard to add it. But no worries if you don't want to take on the maintenance of another language.
The text was updated successfully, but these errors were encountered:
Hi @timwis, thanks a lot for sharing this! I actually considered writting an Elixir library for this some time back, so if people need one, then it makes sense for us to support it. I'd be happy to help you move it here if that's what you'd like.
I would need to extend the test coverage and we would indeed need to move ownership to TrueLayer for security reasons, but of course we would keep you as an author of the package.
If the above sounds good to you, then perhaps when ready we could release it under a new name (e.g. truelayer_signing) and let the old one be, or deprecate it. What do you think?
Thanks @kplattret that all sounds great. And regarding the name, that makes sense. I deliberately named it with the ex_ prefix so there wouldn't be a conflict, and I'd be happy to deprecate it when replaced.
Hi team, I wrote an elixir module a few months ago to handle signing and verifying TrueLayer requests, and thought I'd extract it out into a module. Just wanted to share it here in case other elixir users stumble upon this repo in the future:
https://github.com/timwis/ex_truelayer_signing
Happy to submit it as a PR here if you like - I don't need to be the package owner or anything. I don't quite have your test coverage, though it shouldn't be too hard to add it. But no worries if you don't want to take on the maintenance of another language.
The text was updated successfully, but these errors were encountered: