Lajos Bencz

Results 7 comments of Lajos Bencz

Thanks for the feedback Fabian :] I've changed it according to your comments! I also reverted to the body margin-top placeholder, because the extra div haven't worked out after all......

I've put together an AutobahnJS plugin for Vue2: https://github.com/lajosbencz/vue-wamp It's not mature in any way, so feedback is welcome! :]

Im not sure you should be able to change that... authid is a response by the router after authentication, clients should not be able to change it. Is it possible...

As far as I know, you SHOULD NOT change the authid from the client side. It might not even be possible. Just imagine a hacker changing the authid on demand....

@Yamakaky could you paste in a code snippet of your re-auth process?

Hmmm... there must be something wrong the typescript definitions, i'm not versed well in it. Does the code fail aswell, or is it only IDE hinting?

Hello, thanks! I'm using vuex, but only to make the `isConnected`, `isOpen` and `isRetrying` properties global and reactive. What feature do you have in mind?