-
## The dependency [koa-generic-session](https://github.com/koajs/generic-session) was updated from `2.0.3` to `2.0.4`.
🚨 [View failing branch](https://github.com/BCH-Consolidating-CoinJoin/ccoinjoin…
-
Question is in the title, just wondering if there is a function like `session.getSesh(seshid).userid` or something
-
Looks like your using a CBC (`aes-128-cbc`), so this should apply to you:
https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Initialization_vector_.28IV.29
> An initialization vector has d…
-
我在express可以实现,但是在koa上面一直报下面这个错误
`Error: You must setup a session store before you can use CAS client!`
-
Hello!
Would it be a good idea to save cookies encrypted ?
Cheers
-
Using the example code in your readme, I can't find any trace of the `app.keys` `'some secret hurr'` actually being used to sign the cookie.
I assumed it would be used to generate the `koa:sess.sig…
-
I start the server using iojs 3.0
`node app.js` or `node --harmony app.js`
Then go to `localhost:3000/app` but I always get a 404 error.
``` js
passport.use(new GithubStrategy({
clientID: 'kris…
-
when I run npm install koa-mysql-session , 和version is 0.0.2 ,and the code is old and has a lot of problem
-
* [有人用过koa-generic-session和koa-session 这两个插件吗?区别是啥](https://cnodejs.org/topic/5a362072d1536726354b7e57)
回答中有人提到session存在CSRF攻击问题,可尝试使用jwt
> 假如一家银行用以运行转账操作的URL地址如下: http://www.examplebank.com/withdra…
onvno updated
5 years ago
-
Whenever I try to open a project on the Mac version of the app it shows:
```
events.js:85
throw er; // Unhandled 'error' event
^
Error: Command failed: /bin/sh -c npm ls
npm ERR! ex…