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
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.
The text was updated successfully, but these errors were encountered:
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 theHandshake
inon_open
, but wamp-rs doesn't expose that.It would be useful to have a way to use auth cookies with wamp-rs.
The text was updated successfully, but these errors were encountered: