You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2018. It is now read-only.
*[Session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_session_meta_api.md), [Registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_registration_meta_api.md), [Subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/subscription-meta-api.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#meta-api-descriptor-service)
50
+
*[Session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_session_meta_api.md), [Registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_registration_meta_api.md), [Subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscription_meta_api.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#meta-api-descriptor-service)
51
51
*[Shared registrations](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_shared_registration.md), see also [here](http://crossbar.io/docs/Shared-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#shared-registrations)
52
52
*[Subscriber black and whitelisting](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscriber_blackwhite_listing.md)
*[Pattern-based subscriptions](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_pattern_based_subscription.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Subscriptions/) - see [subscriber tutorial](WAMP2/Roles/Subscriber/Reflection-based-Subscriber.md#pattern-based-subscriptions)
56
56
*[Pattern-based registrations](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_pattern_based_registration.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#pattern-based-registrations)
57
-
*[RawSocket transport](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/rawsocket-transport.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#rawsocket-rewrite)
58
-
*[Authentication](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/authentication.md) - see [Router side authentication](WAMP2/Router/Router-side-authentication.md), [Client side authentication](WAMP2/Client/Client-side-authentication.md).
59
-
*[WAMP-CRA](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/challenge-response-authentication.md) - see [WAMP-CRA router side authentication](WAMP2/Router/WAMP-CRA-router-side-authentication.md), [WAMP-CRA client side authentication](WAMP2/Client/WAMP-CRA-client-side-authentication.md)
57
+
*[RawSocket transport](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_transport_rawsocket.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#rawsocket-rewrite)
58
+
*[Authentication](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_authentication.md) - see [Router side authentication](WAMP2/Router/Router-side-authentication.md), [Client side authentication](WAMP2/Client/Client-side-authentication.md).
59
+
*[WAMP-CRA](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_authentication_cra.md) - see [WAMP-CRA router side authentication](WAMP2/Router/WAMP-CRA-router-side-authentication.md), [WAMP-CRA client side authentication](WAMP2/Client/WAMP-CRA-client-side-authentication.md)
Copy file name to clipboardExpand all lines: Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The actual reason this api is introduced is for RawSocket channels, see RawSocke
69
69
70
70
####RawSocket rewrite
71
71
72
-
This version includes a total rewrite of [RawSocket transport](https://github.com/wamp-proto/wamp-proto/blob/master/spec/advanced/rawsocket-transport.md). The current rewrite implements the [revised RawSocket transport spec](https://github.com/tavendo/AutobahnPython/issues/291) and is implemented using the framework's TcpListener class, instead of [SuperSocket](https://github.com/kerryjiang/SuperSocket).
72
+
This version includes a total rewrite of [RawSocket transport](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_transport_rawsocket.md). The current rewrite implements the [revised RawSocket transport spec](https://github.com/tavendo/AutobahnPython/issues/291) and is implemented using the framework's TcpListener class, instead of [SuperSocket](https://github.com/kerryjiang/SuperSocket).
73
73
74
74
In order to use the router-side RawSocket transport, install the WampSharp.RawSocket package. Then create a WampHost (or an WampAuthenticationHost) and register the RawSocketTransport. Example:
Copy file name to clipboardExpand all lines: WAMP2/Client/WAMP-CRA-client-side-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## WAMP-CRA client-side authentication
2
2
3
-
[WAMP-CRA](https://github.com/tavendo/WAMP/blob/master/spec/advanced/challenge-response-authentication.md/) client side authentication is supported. In order to use it, instantiate a new instance of WampCraAuthenticator and pass it to the channel factory.
3
+
[WAMP-CRA](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_authentication_cra.md) client side authentication is supported. In order to use it, instantiate a new instance of WampCraAuthenticator and pass it to the channel factory.
Copy file name to clipboardExpand all lines: WAMP2/Router/Router-side-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Each method can return a false value in order to prevent access of the client to
39
39
40
40
### Ticket-based authentication example
41
41
42
-
This is an example implementation of a very simplified version of [Ticket-based authentication](https://github.com/tavendo/WAMP/blob/master/spec/advanced/ticket-authentication.md). It shows off a bit C# 6.0 features too.
42
+
This is an example implementation of a very simplified version of [Ticket-based authentication](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_authentication_ticket.md). It shows off a bit C# 6.0 features too.
Copy file name to clipboardExpand all lines: WAMP2/Router/WAMP-CRA-router-side-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## WAMP-CRA router-side authentication
2
2
3
-
[WAMP-CRA](https://github.com/tavendo/WAMP/blob/master/spec/advanced/challenge-response-authentication.md/) router side authentication is supported. It is available as an abstract class named WampCraSessionAuthenticator which inherits from the [WampSessionAuthenticator class](Router-side-authentication.md). The class has two abstract properties needed to be implemented: AuthenticationChallenge and Secret - the AuthenticationChallenge is the challenge to be sent upon CHALLENGE message, the Secret is the secret used to compute the signature
3
+
[WAMP-CRA](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_authentication_cra.md) router side authentication is supported. It is available as an abstract class named WampCraSessionAuthenticator which inherits from the [WampSessionAuthenticator class](Router-side-authentication.md). The class has two abstract properties needed to be implemented: AuthenticationChallenge and Secret - the AuthenticationChallenge is the challenge to be sent upon CHALLENGE message, the Secret is the secret used to compute the signature
4
4
5
5
It is also possible to add additional data (sent upon CHALLENGE message in extra parameter), such as salt, iterations and keylen by setting the CraChallengeDetails property.
0 commit comments