I'm looking for example of implementation of 2-way SSL authentication / mutual authentication example in LoopBack API framework(featured by StrongLoop API Platform) I need to connect with SOAP API with mutual authentication.
I found these examples https://github.com/strongloop/loopback-example-ssl and https://github.com/strongloop/loopback-example-connector/tree/soap , but I guess it isn't enough.