rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Add use_http_auth option to enable HTTP Basic Auth #50

Closed essen closed 8 years ago

essen commented 8 years ago

The intended behavior is to use the login/passcode found in the Authorization header, if any, and otherwise fall back to the usual authentication methods.

Part of https://github.com/rabbitmq/rabbitmq-web-stomp/issues/43