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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add integration controller #7019

Merged
merged 1 commit into from Mar 26, 2024
Merged

feat: add integration controller #7019

merged 1 commit into from Mar 26, 2024

Commits on Mar 26, 2024

  1. feat: add integration controller

    The Integration Controller is the component that will listen for
    Federation agents.
    
    When an agent connects, the connection is authenticated using
    `IntegrationWebsocketControllerAuthentication`. This class will ensure
    that the provided authentication matches an existing Token/User.
    
    Once authenticated, the agent will send a Hello Command. This command
    is handled by `HelloCommandHandler` that will check that the integration
    provided exists and matches with the provider given.
    jgiovaresco committed Mar 26, 2024
    Copy the full SHA
    82cdb27 View commit details
    Browse the repository at this point in the history