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 support for dependencies in WebSocket routes #4534

Merged
merged 12 commits into from
Jun 11, 2023

Commits on Mar 24, 2022

  1. Support dependencies in websocket routes

    I've been using dependencies to handle authentication.
    But imagine my surprise when I realized my websocket endpoint wasn't authenticated at all?
    
    This commit cherry-picks the `dependencies` chunks from `APIRoute` into `APIWebSocketRoute`
    
    I also made a few minor style nit-picks
    paulo-raca committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    50c667b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc264d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    73249da View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    3945a32 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    e4ddcb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    5943bae View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    ccc1987 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    f2541d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    275208e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    a463414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230f291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    931b492 View commit details
    Browse the repository at this point in the history