-
直接上代码:
```js
//config/config.default.js
module.exports = {
keys: 'default keys',
url : 'ccc',
};
//config/config.prod.js
module.exports = {
keys: 'prod keys',
url : 'ddd',
};
/…
-
* KOReader version: v2.7(20160721)
* Device: kindle oasis 2
#### Issue:can not do anything, crashed when trying to open the file manager in KUAL
#### how to trigger the issue
open kual-> open …
-
hi i use in koa2 following
```
const session = require('koa-session-store');
app.use(convert(session({
name: config.session.key,
secret: config.session.secret,
resave: true,
saveUniniti…
-
Hello, I've originally encountered a problem with JQuery and koa-helmet's CSP, but found a solution by generating nonce for JQuery. Now my problem is by following the helmet documentation on how to ge…
-
While studying koajs capabilities i made some REST API by using latest koa.
The question are examples, in this repo, should consist of next version yet or until official release only koa1?
About m…
-
We use ExpressJS as a framework for our web-backend code (api-server, server which rendeds React-components on the server-side).
There are 2 issues here:
1. While our code-base tends to use modern as…
-
wechat("some token").middleware()中的配置的some token是Token(令牌)还是EncodingAESKey?
使用令牌的话报400错误,
使用EncodingAESKey的话是401
miwoy updated
7 years ago
-
## Reproduce
```js
// To reproduce this problem, I made this tiny module
// to convert express middleware to koa2
const convert = require('express-to-koa')
const Koa = require('koa')
const …
-
I know there is a number of issues on this and related, I just post this to get a fresh up to date perspective.
I'm back to some contract nodejs-coding for the first time in a few years of mainly s…
-
Hello, I've originally encountered a problem with JQuery and koa-helmet's CSP, but found a solution by generating nonce for JQuery. Now my problem is by following the [helmet ](https://helmetjs.github…