From 2a86121d685fb9e1bc7c519980499f1406fc0f68 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Thu, 21 Jun 2012 18:00:05 +0200 Subject: [PATCH] sync --- examples/wamp/authentication/README.md | 10 ++++++++ examples/wamp/authentication/index.html | 2 +- examples/wamp/serial2ws/README.md | 33 +++---------------------- examples/wamp/serial2ws/index.html | 4 +-- examples/websocket/broadcast/README.md | 33 +++++++++++++++++++++++++ examples/websocket/echo/README.md | 26 +++++++++++++++++++ examples/websocket/echo_tls/README.md | 5 ++++ examples/websocket/streaming/README.md | 7 ++++++ 8 files changed, 88 insertions(+), 32 deletions(-) create mode 100644 examples/wamp/authentication/README.md create mode 100644 examples/websocket/broadcast/README.md create mode 100644 examples/websocket/echo/README.md create mode 100644 examples/websocket/echo_tls/README.md create mode 100644 examples/websocket/streaming/README.md diff --git a/examples/wamp/authentication/README.md b/examples/wamp/authentication/README.md new file mode 100644 index 00000000..7246de0d --- /dev/null +++ b/examples/wamp/authentication/README.md @@ -0,0 +1,10 @@ +Authentication of WAMP Sessions +=============================== + +WAMP Challenge-Response-Authentication ("WAMP-CRA") is a WAMP v1 protocol feature +that provides in-band authentication of WAMP clients to servers. + +It is based on HMAC-SHA256 and built into AutobahnPython, AutobahnJS and AutobahnAndroid. + +This example shows how a AutobahnJS client can authenticate to a AutobahnPython based +server. The server grants RPC and PubSub permissions based on authentication. diff --git a/examples/wamp/authentication/index.html b/examples/wamp/authentication/index.html index 93fa5714..c05d934a 100644 --- a/examples/wamp/authentication/index.html +++ b/examples/wamp/authentication/index.html @@ -5,7 +5,7 @@ WAMP Challenge Response Authentication - +