-
Backend clients ought to be able to implement their own dynamic challenge-response-authorization (CRA) schemes on top of the dynamic ticket-based authorization scheme.
The only piece currently miss…
ecorm updated
5 years ago
-
It happen to me only in one server of mine and it work in many other servers.
I even try to reinstall the server, I don't know why it refuse to start here.
```
2018-11-04T12:00:33+0200 [Control…
-
Currently there are multiple places where scripts for running tests etc are defined.
* ```Makefile```
* ```script/```
* ```.travis.yml```
I'd propose to define them in composer scripts, so we …
-
E.g. a WAMP client might want to list all currently registered procedures.
Or list all subscribers on a given topic: https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#subscriber-list
-
according to the documentation nexus should support the wamp subscription api, but it seems like the procedures are missing
are there any plans to implement those? they would really help me out
-
A WAMP router has no knowledge to which topics publisher might publish, or which procedures callers would (try to) call.
Publishers/Callers don't "register" themselfes in any way before they perform …
-
Hi!
Ubuntu 18.04, virtualenv, Python 3.6.6.
I ran `/crossbar-examples/rest/publisher$ crossbar start`
And got an error `builtins.ValueError: 192.168.1.1/24 has host bits set`
Logs:
```
…
-
https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#reflection
https://helloreverb.com/developers/swagger
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | yes
| RFC? | no
| Symfony version | 3.4.2
After "composer …
-
Since there have been requests for such a feature I wanted to propose this as a part of the WAMP specification. This is already supported by Crossbar: https://crossbar.io/docs/Session-Metaevents-and-…