cgmartin / clj-wamp

WebSocket Application Messaging Protocol (WAMP) for Clojure and HTTP Kit
http://cljwamp.us
Eclipse Public License 1.0
54 stars 12 forks source link

WAMP challenge-response auth protocol support #3

Closed cgmartin closed 11 years ago

cgmartin commented 11 years ago

Implement in-band authentication.

See AutobahnJS docs for more info.

https://github.com/tavendo/AutobahnPython/tree/master/examples/wamp/authentication

cgmartin commented 11 years ago

Work in progress: https://github.com/cgmartin/clj-wamp/tree/feature/cr-auth

cgmartin commented 11 years ago

Completed and released in 1.0.0-rc1.