Bogdan Cirlig
Bogdan Cirlig
I second that request. I am using client password to auth the express client side app against my own REST API, and i do share via express+redis the sessions between...
Actually half of koa-prerender code is deciding to pre-render or not. Duplicating that code again outside of it is a huge waste.
Actually I would have preferred some sort of flag that says if it was prerendered. The header is set after yielding next sadly :). You can try to set the...
Also this pull has a bugfix as well when no userAgent header is detected. Might want to consider that separate.
I think each middleware does its job on setting headers that they need. I set the global cache at the beginning before any middleware kicks in for example. koa-cors kicks...
Running node 0.11.14. It comes back as undefined. Thanks, Bogdan > On Dec 4, 2014, at 9:43 PM, Todd Hooper [email protected] wrote: > > url.parse(options.url, true).query should not evaluate to...
I just found out that since version 2.4 fb returns these fields only upon request. By default they return id and name, but NOT email. We need this modified in...