Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Custom Handshake Handlers for Websocket and EventSource Plugins #684

Closed
wants to merge 11 commits into from
Closed

Commits on Jan 20, 2020

  1. Add Cookie Header for Websocket CONNECT Event

    Websocket Protocol has 2 main authentication schemes. Basic Authentication and Cookie Based Authentication. Therefore `Cookie` Header should be sent along the Connect Event.
    ayushsharma82 authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    46218ad View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Added Handshake handler for Event Source

    This lets users to accept or reject event source request after checking the request headers. ( like a cookie )
    ayushsharma82 authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b81e315 View commit details
    Browse the repository at this point in the history
  2. Typo Fix

    ayushsharma82 authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    358213f View commit details
    Browse the repository at this point in the history
  3. Added relevant logic

    ayushsharma82 authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    dccb54c View commit details
    Browse the repository at this point in the history
  4. Added Cookie Header for AsyncEventSource Plugin

    Allows Cookie-based authentication strategies.
    ayushsharma82 authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    315572b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d14a2d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eca9f15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe84caa View commit details
    Browse the repository at this point in the history
  8. Added relevant logic

    ayushsharma82 authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    506bcdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd3369e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01cf475 View commit details
    Browse the repository at this point in the history