Aurélien Scoubeau
                                            Aurélien Scoubeau
                                        
                                    Hi, Looking into your project and I'm wondering if you already thought about an approach for that? I'm very not familiar with redis and right now I thought about stringifying...
Hi, no problem. For now, my project doesn't need redis so I'm storing session in DB. I'll keep in mind your recommendation to easily migrate if need be.
Just stumbled on your article and I find it very interesting. I'm also trying to come to a simple setup relying exclusively on RxJS. I've been struggling with async stuff...
Ok, thanks for the update, that's very helpful. I'll go check `redux-observable` then.
Any update on the status? I'm confused about how to use koa together with passport: koa-passport-fw, koa-passport or just passport?
Ok, thanks, I'll try both those project and see what I can achieve.
Thanks a lot for this overview, that is helpful. I think mobX popularity is also due to the examples using react and this nice debugging information about how many times...
Well, if you look at the first param, there is an error: ``` { '0': { statusCode: 403, data: '{"errors":[{"code":99,"label":"authenticity_token_error","message":"Unable to verify your credentials"}]}' } } bearer: undefined ``` I'm...
Oh yes, it has, definitely. Personally I was still on wild query to get my timeline, no auth at all. So now I have to implement that and I thought...