Eric Burel

Results 378 comments of Eric Burel
trafficstars

Same here, did you figure this out?

Here you go for a dirty hack: ``` // hack to logout // Note: all files on assets are loaded automatically function logout() { // To invalidate a basic auth...

- Regarding the Logout button: I've written a Button component with `onClick` ability. **Big big caveat: I am not yet sure that it's safe, at all! See this [code review...

Hi, the logout call will go into the button `onclick` callback. You may add the logout function as a script in your app (you probably have a way to serve...

Hi, I am trying to set up cookies + SSR, for an Apollo 2 app (the Vulcan.js framework). I rely on `meteor/webapp` and `meteor/server-render`. I've setup `universal-cookies-express` middleware to parse...

Hi, lately I've been focused more on static + SSR rendering for authenticated apps, so I am not sure I can be of any help with Meteor specifics (I use...

No I think we can leave it here. I was on the right track but I never had time to figure this out. Now I deploy on AWS instead or...

Maybe someday someone will manage to this and help finishing this doc.

Vercel now has a lib for this: https://github.com/vercel/release/

Not needed imo, this is equivalent to what your are trying to achieve ```ts // eg if Loading allows to override its Button locally const Loading = ({components}: { components:...