Hello,
I am trying to learn Elixir through building a remittance aggregator starting with consuming third party API services like MasterCard.
I tested regaular public API services with Elixir Req and livebook and it is fine but now for such services it is highly secured and encrypted.
Any idea if we have an Elixir library similar to the
one below built by MC team for OAUTH handling using RSA cryptography?