loopback/lib
Miroslav Bajtoš bfb154d445 Modify `loopback.rest` to include `loopback.token`
Make `loopback.rest` self-contained, so that authentication works
out of the box.

    var app = loopback();
    app.enableAuth();
    app.use(loopback.rest());

Note that cookie parsing middleware is not added, users have to
explicitly configure that if they want to store access tokens
in cookies.

Modify `loopback.token` to skip token lookup when the request already
contains `accessToken` property. This is in line with other
connect-based middleware like `cookieParser` or `json`.
2014-05-21 15:22:36 +02:00
..
connectors Support host / port in Remote connector 2014-03-27 14:47:30 -07:00
middleware Modify `loopback.rest` to include `loopback.token` 2014-05-21 15:22:36 +02:00
models Fix typo "Unkown" => "Unknown" 2014-05-15 23:32:12 -04:00
application.js Add basic Remote connector e2e test 2014-04-14 12:25:41 -07:00
browser-express.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
loopback.js Merge branch 'master' into feature/remoting-connector 2014-04-14 11:01:20 -07:00