-
C:\apache-tomcat-9.0.0.M17\webapps\ROOT\api>ng build
Date: 2018-02-28T02:16:28.684Z
Hash: 1b199f24e7166644ffc8
Time: 10187ms
chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 3.89 kB …
-
目前貌似只提供了获得会话的方法。
-
When I try to implement koa-session-mongoose within koa-session it errors out:
`app.use(session(app, {store: new MongooseStore()}));`
```
app.use((0, _koaSession2.default)(app, { store: new _ko…
cpres updated
6 years ago
-
* **Node Version**: 4.4.4
* **Egg Version**:release-3
* **Plugin Name**:
* **Plugin Version**:
* **Platform**: Mac OS
* **Mini Showcase Repository**:
在control层取不到cookie取不到
module.exports =…
-
@BrunoScheufler @lirantal
I'm excited to Kick-off the security best practices section. Our goal is to reach a 20+ bullets security checklist that is highly comprehensive and curated. We work on [th…
-
C:\Users\Administrator\Desktop\koa-shop\Koa-onlineShop-api\node_modules\_koa-session-mongoose@2.0.2@koa-session-mongoose\lib\index.js:13
const updatedAt = { ...schema.updatedAt, expires };
…
-
Koa replaces their generator-style middleware implementation for [async functions](https://github.com/tc39/ecmascript-asyncawait) starting in version 2.0. All middlewares used by Strapi need to adapt …
-
hi - first off thank you for the amazing framework - it works very well.
i wanted to know if there were some working examples of passportjs/facebook/with a store
i can see the code works very well w…
-
Sessions/cookies mix up.
I'm experiencing a nasty tricky bug, and it's pretty hard to explain how to get it:
There is a page which show user's cookies (i.e `Your auth token is: 12345678`)
Bob h…
-
Hi,
First I'd like to thank you for such an amazing work.
I have question about authentication. When we used custom boilerplate, we tend to put JSON Web Token in store, and access the store from a…