elastic-coders / pushpull

Websocket to rabbitmq gateway
MIT License
3 stars 3 forks source link

Feature request: Cookie-based authentication #10

Closed vporton closed 6 years ago

vporton commented 6 years ago

Please add an option to use a cookie with certain name (such as sessionid) for authorization instead of http-authorization URL parameter.

This is especially useful with HTTP-only cookies and improves security.

vporton commented 6 years ago

Implemented in https://github.com/elastic-coders/pushpull/pull/11 pull request.

mpaolini commented 6 years ago

Merged. Thanks @vporton !