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 @@