-
如题,我基本按照您的代码,然后可以登录成功,不过没有设置cookie 也没有登录状态 不知道为什么
-
To currently use cookies in lambda with a custom domain one must enter into the AWS Console and follow something along the lines of: https://aws.amazon.com/blogs/compute/simply-serverless-using-aws-la…
-
I might be an idiot, but I bet I'm not the only one. 😄 I spent hours trying to figure out why `container.listModules()` just refuses to work in my serverless/aws-lambda app, until it hit me – I'm bund…
-
We always had two objects in the handler callback code, `request` and `reply`.
This because at the beginning of the project, `request` was the request object (as it is today) and `reply` was just a s…
-
This Pack needs a better description how a production-ready server can get implented. The Pack itself is great and its fun to work with it. But people will stop using it, when they realise they cant d…
-
https://github.com/aspnet/Announcements/issues/289
-
What's up?
---
👋 hey there!
Awesome job on the playground folks, this is awesome!!
I've come up with a new loading flow for the Playground, thanks @schickling & @julianbauer for the design re…
-
It seems [nodejs examples](https://github.com/apex/up-examples/blob/master/oss/node-express-browserify/app.js#L12) instantiate express/koa servers,
but I was expecting a simple `module.exports = func…
gunar updated
7 years ago
-
Doing a comparison of Up to stdlib, there seems to be a lot of overlap and should probably be included in the comparison table. Some observations based on my cursory review:
- Stdlib looks to be a …