-
Would it be worth changing the example in the [docs](https://github.com/rkusa/koa-passport/blob/3.0.0-rc.3/README.md) from koa-generic-session to koa-session2? I see no evidence that the author of koa…
-
dzcpy updated
7 years ago
-
Is there any particular reason why both this and the Koa2 adapter ignore the parseBody option and only parse the body on POST requests and not on PUT requests?
-
I am using koa2 as backend and koa-swig to render my page. Here is the structure:
![image](https://cloud.githubusercontent.com/assets/7967105/23064484/4662f394-f54b-11e6-92db-14765a…
-
现在首页一进去是空白有点不好,个人建议而已……
-
When I am trying to use node [crypto example](https://nodejs.org/api/crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback) with koa2 context behave like it would be lost
…
-
var path = files.uploadFile.path;
^
TypeError: Cannot read property 'path' of undefined
at module.exports.ctx.formParse.form…
-
比如编辑更新一片文章,用patch请求访问 http://127.0.0.1:3000/api/post/58c95aa85d311c6e5000e3af 这个地址,出现了下面的错误,但是文章其实已经在数据库已经更新好了。
无论是更新(patch),删除(delete)文章,分类,标签等,都出现这种问题。
![image](https://cloud.githubusercontent.com…
-
Used koa-generator (koa2 -e --hbs) to generate base code, it generates this:
``` JAVASCRIPT
app.use(views(__dirname + '/views', {
extension: 'hbs',
map: { hbs: 'handlebars' }
}));
```
By defaul…
-