wamp-rs icon indicating copy to clipboard operation
wamp-rs copied to clipboard

Authentication methods

Open Boscop opened this issue 7 years ago • 0 comments

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.

Boscop avatar May 01 '17 09:05 Boscop