-
i use it with koa-generic-session-mongo like this:
app.use(session({
cookie: {maxAge: 1000 * 60 * 60 * 24 * 30},//30 days
store: new MongoStore()
}))
when i set: ctx.session.…
-
I have a problem. In my route, I need to create a PayPal payment. The SDK of PayPal says that I need to pass a callback to the `create` function. The problem comes when I try to redirect inside this c…
-
I have attached debug-log.
[npm-debug.txt](https://github.com/hung-phan/koa-react-isomorphic/files/529327/npm-debug.txt)
-
My `server.js` file looks like this:
```
import Router from 'koa-router';
import error from './middleware/Error';
import TokenAuth from './middleware/TokenAuth';
import helmet from 'koa-helmet'…
-
[mongo store added two new fields (`sid` and `ttl`) to the session data](https://github.com/pavelvlasov/koa-generic-session-mongo/blob/master/src/store.js#L153) (in `set(sid, sess, ttl)`)
Issue fou…
lzztt updated
7 years ago
-
>> xctest-client.js:171:14 [master] pid:23057 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/webdriveragent/WebDriverAgent/WebDriverAgent.xcodeproj
>> xctest-client.js:267:…
-
想集成mysql,能推荐下吗
-
Hey thanks for lib as koa-generic is a bit outdated, btw using this with Postgres is same with this lib + koa-pg-session? Or anything else recommended?
Also main question any possibilites for typesc…
-
Can node-mysql be used with promises, or only with callbacks? If it can't, can you suggest how best to use it within a promises structure? (I'm a bit lost with promisify, bluebird, Q, ...)
-
I would like to introduce a secure session in our app changing the existing and behaviour of `this.session`. So, for example I might add `this.secure_session` and provide my own encode and decode met…