wamp-rs
wamp-rs copied to clipboard
Authentication methods
These are some possible wamp authentication methods: https://github.com/crossbario/crossbar-examples/tree/master/authentication
I'm interested in something to replace HTTP Basic auth with username+password, mostly with the cookie method.
ws-rs exposes the Request
through the Handshake
in on_open
, but wamp-rs doesn't expose that.
It would be useful to have a way to use auth cookies with wamp-rs.