I am using crossbar.io and would like to modify realm-role authorization permissions on the fly via the Management API. The excerpt below is from http://crossbar.io/docs/Authorization.
Crossbar.io can be dynamically reconfigured via the Management API. This includes the ability to reconfigure the authorization and permissions.
So, this seems possible. Can anyone confirm or provide an example (preferably using a Python client ApplicationSession) of how to do so?