Add doc for authentication via strong remoting
crandmck opened this issue · 1 comments
crandmck commented
Update docs per strongloop/strong-remoting#163.
From Ryan:
The PR can be summarized as:
- strong-remoting will honour the
user:pass
portion ofhttp://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.
dhmlau commented
Closing due to inactivity.