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 #51

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

michaelklishin commented 8 years ago

@essen this does not merge into stable.

essen commented 8 years ago

Looks like something got merged in between which created conflicts. About to go to bed so I'll look on Monday.

essen commented 8 years ago

Updated against current stable.