Files
Tobias Oberstein 0af895bff0 Newapi asyncio component (#872)
* start of asyncio side of component API

* copy-pasta the authentication stuff for now

* add 'trust_root' to TLS config, fix generic component errors

* change MyAuthorizer to match component examples

* new certificate; expired

* move auth code to central place, refactor general new-Session code

* fixes to asyncio, unix, some flake8

* refactor authentication API

add_authenticator now takes an instance of IAuthenticator
that we construct with a factory function

* unused imports

* no qa on invalid syntax for py 2
2017-07-19 14:15:26 +02:00
..
2017-07-19 14:15:26 +02:00
2017-06-10 12:48:14 +02:00

This contains a configuration file in .crossbar/config.json to run a local Crossbar instance and serve some of the example content via a Web server.

See [../running-the-examples.md] for more information.

If you get 404 errors on autobahn.min.jgz do this:

curl --location -o ../autobahn.min.js https://github.com/crossbario/autobahn-js-built/raw/master/autobahn.min.js

... to get the latest autobahn release in the "examples/" directory.