Martin Dederer

Results 2 issues of Martin Dederer

Currently the username and password are not accessible from within the custom authorizePublish and authorizeSubscribe methods. This becomes an issue when authenticating and authorizing with JWT or similar token based...

enhancement

Hi, what's the idea behind the "isRendered" property? Wouldn't it be more straight forward to do this ``` shouldDisplay && h(Khaled) // -> null ``` instead of this ``` h(Khaled,...