-
* **Macaca Version**:
2.0.12
* **Macaca Doctor Logs**:
macaca-doctor version: 2.0.3
Node.js checklist:
node env: /usr/local/bin/node
node version: v7.6.0
iOS checklist:
…
-
Deberíamos enumerar las cosas que nos faltan… creo que ya es poco. Lo que recuerdo:
Necesario para E2
- [x] body parser (#9)
- [x] flash messages
Necesario para E3
- [x] session
- [x] setup …
-
When i login first time - its ok. I can login and ctx.isAuthorized is true. After that im doing a redirect to '/personalArea' where into the method i check again `ctx.isAuthorized` and here its always…
-
https://github.com/koajs/session is now the normal session store
-
---
- version 1.0.13 is outdate *
- run: npm i -g macaca-client@1.0.11 *
****************************************
`>> index.js:62:12 [master] pid:27215 webdriver server start with…
-
* **Macaca Version**:
2.0.9
* **Macaca Doctor Logs**:
macaca-doctor version: 2.0.3
Node.js checklist:
node env: /usr/local/bin/node
node version: v8.1.2
iOS checklist:
Xcode Comman…
-
比如要将session存入redis , koa-generic-session配置中有一个store项, 可以将redis实例传入, 那在egg中, 难道要在config中就将redis实例传入吗, 还是在其它步骤传入?
-
![image](https://user-images.githubusercontent.com/17508916/30534748-22c0e74a-9c92-11e7-8f6f-40028dc8ef97.png)
-
Se que no es necesario por ahora, pero qué nos recomiendan usar para crear una session o hacer login?
-
Authorization in GraphQL is (as noted by @helfer in [this post](https://dev-blog.apollodata.com/auth-in-graphql-part-2-c6441bcc4302)) currently not a generally solved problem. Everybody has their own,…