ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Implement ticket-based authentication on client #30

Closed ecorm closed 2 years ago

ecorm commented 9 years ago

Implement ticket-based authentication, as per the advanced spec.

ecorm commented 9 years ago

Client requirements:

ecorm commented 2 years ago

Done in 034bb4c5cb43048da2c1c516e08bc52ed934c090. Still needs to be documented in the tutorial though.

ecorm commented 2 years ago

An authenticate method could be added to the Challenge object, the latter containing a weak_ptr to the session object. This would avoid the need for the ChallengeHandler to bind the session object. This would be more in line with how a result can be returned via Invocation::yield.