loopback/lib
Miroslav Bajtoš d93b6127c4 Remove `req.resume` from `app.enableAuth`
Remove `req.pause` and `req.resume` from `app.enableAuth`
 - they are no longer needed, the request starts paused and there is
   no other middleware that would resume it before us.
 - when we resume the request after authentication, we force all
   other async operations (like sharedCtor) to call pause & resume too,
   otherwise data are lost
2014-08-12 13:57:45 +02:00
..
connectors Fix for email transports 2014-07-23 22:09:24 -07:00
middleware Fix misleading token middleware documentation 2014-07-01 16:59:49 +02:00
models Fix accessToken property docs 2014-08-11 10:55:23 -07:00
application.js Remove `req.resume` from `app.enableAuth` 2014-08-12 13:57:45 +02:00
browser-express.js Emit a 'modelRemoted' event by app.model() 2014-07-24 17:00:27 -07:00
express-middleware.js express-middleware: improve error message 2014-07-22 15:40:36 +02:00
loopback.js Remove `loopback.compat.usePluralNamesForRemoting` 2014-07-21 16:56:46 +02:00
registry.js Fix https://github.com/strongloop/loopback/issues/413 2014-07-27 00:41:43 -07:00
runtime.js refactor: extract runtime and registry 2014-06-12 10:41:44 +02:00