strongloop/loopback-connector-remote

Add doc for authentication via strong remoting

crandmck opened this issue · 1 comments

Update docs per strongloop/strong-remoting#163.

From Ryan:
The PR can be summarized as:

  • strong-remoting will honour the user:pass portion of http://user:pass@resthost/api
  • supports both Basic auth and Digest auth schemes
  • loopback-connector-remote will inherit this capability once strong-remoting is published

For background, all we are doing is setting sendImmediately: false so that Digest auth works as documented in request automatically.

Closing due to inactivity.