David Yahalomi

Results 46 comments of David Yahalomi

Hey @JaLe29! This is probably an issue with how the Redis clients create the connection. This library uses the Redis client instances you provided to it as-is. Meaning that you...

I don't think this is related to #300. Care to explain? @JaLe29 @mylifenp Does the issue persists?

Hey @lakshayghai! Thanks for taking interest in this package. No plans like this at this time. Care to submit a PR?

Hey @Yasir5247 @DrPep, I'd happy to merge any PR that exposes the connection state for simpler usage.

@ozsay Are we missing something here? Could this be merged?

Hey @darkbasic! Unfortunately we currently don't have an example to show angular/graphql implementations but I've actually done that in a couple of projects so feel free to contact me through...

@pradel @ElectricCookie @nmaro Currently the only problem with cookies is using this package on react-native apps. The RN runtime does not have the concept of cookies natively and while there...

For reference adding an [old post](https://blog.meteor.com/why-meteor-doesnt-use-session-cookies-e988544f52c9) written by MDG on that subject. Particularly the [last part](https://blog.meteor.com/why-meteor-doesnt-use-session-cookies-e988544f52c9#cbf3) is interesting as it describes a possible enhancment to storing access token in the...

Also to be fair, a counter [post](http://www.east5th.co/blog/2015/09/07/hijacking-meteor-accounts-with-xss/)

Maybe part of our problem is the lack of [browser-policy package](https://github.com/meteor/meteor/tree/devel/packages/browser-policy)