Mitar

Results 1635 comments of Mitar

Same here. I think Docker as a company is probably going into the ground. :-(

Moved to GitLab. Feel free to close it.

Yea, I do not care about cookies here. For me it is to allow one to have a sign-in link which can work on the server already. Instead of having...

My main use case is that a parent app wants to embed a Meteor app and it should be able to control who is logged in. This feature for me...

I think what I would like is that I could set in `WebApp.connectHandlers` something that once the default handler picks it up, it can use the `userId` from there (or...

So the only issue here is that `localStorage` does not have equivalent to `httpOnly`? Because all other aspects of [this list](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/HTML5_Security_Cheat_Sheet.md#local-storage) hold for both cookies and local storage? I in...

Path does not work really well with single-page apps or in-app routing. So not sure how does it apply here. Expiration makes no sense because expiration can and should be...

@jonlachlan Interesting. Didn't know that. This is neat. I hope browser have picked up this, it seems it is new specification? There is though a small but sometimes important difference...

So I still do not understand what we gain from having both the cookie and local storage, or why the cookie improves anything for single-page apps. In [comment above](https://github.com/meteor/meteor-feature-requests/issues/372#issuecomment-547249575) we...

Why would you not want to include sockjs? Just because of the client code size? Are there any other drawbacks?