I m trying to find a way to make Restful API calls from Canisters (for SSO with OAuth) with Motoko but never found any library that.
Is there any HTTP client library available for Motoko? Is not is there a way to import any HTTP client library from another language such as Rust, C++, ... with Motoko? If not is it possible tto do it with Rust by importing an HTTP client library for rust?
If it's not possible to doing from the canisters, if it there any services in the Internet-Computer or Dfinity (ou any web3 solutions) to perform tasks like serverless functions like major cloud solutions to perform this simple task?
Thanks